Quote:
Originally Posted by Otaku
I'm wondering... how can I make it so that .html files under different folders all access the same .css file? I don't want to have 7 or 8 copies of the same .css file on the website if I can help it.
|
explains the minimalist design.
you can use implicit or explicit paths in your external css declaration if you didnt know.
e.g.
if our structure was
./
../
-index.php
home/
-index.php
style/
-default.css
if you don't already know, you link to an external css file using
<style type="text/css" href="(place link here)" />
IMPLICIT
a file in /home would link to
../style/default.css
a file in / would link to
style/default.css
a file in /style would ink to
default.css
or you could just link to
http://www.yoursite.com/style/default.css for simplicity, but sacrifice your site's portability.
__________________
Webmaster?
Think about making your next site a

one.
PQL - The next generation flat-file Relational DBMS.
http://www.srvhsrobotics.org
Team 1280 - The Raging Seabiscuits