NeNay
01-31-2003, 01:38 AM
I read something on Lissa Explains about using the same CSS sheet over multiple pages, but I didn't actually see anything about how to link to the sheet... Did I just miss something or what?
|
View Full Version : CSS over multiple pages? NeNay 01-31-2003, 01:38 AM I read something on Lissa Explains about using the same CSS sheet over multiple pages, but I didn't actually see anything about how to link to the sheet... Did I just miss something or what? Charrey 01-31-2003, 02:27 AM For the CSS shortcut, open up notepad and put all of your css coding that you want to show up on all of the pages and the opening tags such as <html>, <title>, and all that. Save it as style.css Then you go to the individual pages where your content is and delete everything that's in the style.css thing and replace it with this: <LINK REL=stylesheet HREF="style.css" TYPE="text/css"> I actually find php much more useful and it's equally as easy. You can find a simple tutorial at my site or dodo's (not quite sure of the exact link but you can find it at regretless.com) toosweet4u 01-31-2003, 04:59 AM The url to Dodo's help site is: http://dodo.pitas.com :) |