1 reply [Last post]
josuem
Offline
newbie
Last seen: 18 years 35 weeks ago
Joined: 2004-09-28
Posts: 1
Points: 0

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.

rmfred
rmfred's picture
Offline
Elder
Rock Springs, WY
Last seen: 4 years 34 weeks ago
Rock Springs, WY
Timezone: GMT-6
Joined: 2004-01-31
Posts: 1073
Points: 31

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