View Full Version : which is better? css on every page or link to it in header?


anesthesia
08-09-2003, 10:52 PM
I was just wondering which is better.. to have the full CSS coding on every page or just the link

<LINK HREF="http://www.passionate-eye.org/stylesheetcss.css" REL="stylesheet" TYPE="text/css">

to it in the header? Is there a difference between the two?

starlet
08-09-2003, 11:26 PM
External CSS is just easier, once you have added that code to all your pages you only ever need to update the one .css file and everything changes...if you are adding the code to every page then everytime you want to change something you'll have to change it on every page...so external CSS is the 'better' option.

anesthesia
08-10-2003, 12:07 AM
Alrighty. Thank you! I've always used the full css on all pages but I imagine I will be switching over now. ^.^