Forum Moderators: not2easy

Message Too Old, No Replies

using headers w/css

headers

         

matimer

6:52 pm on Jul 3, 2003 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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)

10+ Year Member



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 ;)