Tue, 2004-09-28 19:38
Hey all. I'm new here and semi-new to CSS. I have a site that uses a a table menu system at the top of each page. Now, I know alot of people think CSS eradicates tables, but, I'm of the opinion that they can best be used together. Anyways, is there any way that I can use an external stylesheet to insert this menu system in each page? Or will I have to do it in plain HTML? I know I can insert the content in HTML and then move it to a specified spot, like the tables do, with CSS. But, I still have to enter in all the content in my HTML. Is there any easy way around this? I hope I explained this correctly, if not, lemme know. Thanks.
Tue, 2004-09-28 20:55
#1
Can CSS do this?
You can insert the menu on each page using SSI..
(Server Side Includes) if your host or web site supports that