|
edit: looks like wayfarer07 beat me to it
Browsers store the stylesheet in their cache so it is only called up once which means the more design/decoration you store in your stylesheet, the less information would be called upon everytime someone goes through your website resulting in a fast loading website
Definitely go with an external stylesheet.
Inline styles and internal stylesheets are fine for abnormal pages that don't fit within the consistency of your website. For example; you decide that your blue navigation is gonna be red just for one page; then in this case, an internal or inline style would be appropriate.
I've only got into CSS myself and already see how superior it is to the convential way of designing a website.
Last edited by StylaStyla; 07-11-2008 at 08:10 AM..
Reason: grammer
|