I currently am using *.shtml files (using SSI) to import my header and footer files. Is there an easier way to do this using css?
-matimer
choster
6:57 pm on Jul 3, 2003 (gmt 0)
Short answer: no, we are talking about two different technologies. CSS is a method of changing the visual appearance of the document, and not generally for constructing the document itself.
futureX
7:45 pm on Jul 7, 2003 (gmt 0)
theres no easier way of doing it in css, but I find it better to use .php files instead of .shtml and use php includes for the headers and footers and you can also stick php script straight in there ;)