Using CSS Style Sheets?

liunx

Guest
I want to make a style sheet that has a menu in it, so that when I link the style sheet inside an html file, the menu appears in that file. How?<!--content-->well for one that is not a style sheet. a style sheet will only do colors and margins and stuff like that. what you want is SSI (Serverside Includes.) which is html included in an html file.<br />
<br />
this is a style sheet.<br />
<br />
.mystyle { color: #f0f0f0; background-color:#f0f0f0} <br />
<br />
something like that.<!--content-->Ohhh, I see now. But then how can I make the menu appear on all the pages that I want it to? Easily, if possible.<!--content-->like I said SSI.<!--content-->
 
Back
Top