I would say the only time I would embed a style sheet is if the site  
is one page only, or that style is specific to that page and no other  
page in the site.

Otherwise, if you need to make a change, you have to go in and change  
each page. That costs your client money.

It's the same reason I use server side includes for things that are  
the same on each page, like a header, navigation, footer, text-based  
links at the bottom of the page...especially navigation and text-based  
links, so if I add or remove a page, I change the navigation/links  
once and upload the file.


Theresa




On Aug 18, 2009, at 8:59 AM, Ce Ce wrote:

> Hi,
>
> I always code my CSS on a separate style sheet. But I've seen some
> beautiful/contemporary sites with some CSS embedded within the html  
> page,
> with accompanying style sheets also. How do you determine if it  
> might be
> best to embed some styles right within the html page.
>
> Thanks,
>
> CC
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to