Joseph R. B. Taylor wrote:
To expand upon that concept, using a <link rel="...."> in your HTML is
a fine thing to do.
Within that stylesheet you called, use the @import to grab the actual
stylesheet.
This also allows you to easily break up your stylesheets into
managable fragments, as well as add/remove without any duplication.
To expand a little further, it also allows you to feed some styles to
older browsers with limited CSS capabilities. While I'm not suggesting
any need to have a whole separate version for older browsers, a few
styles could go a long way to improving the legibility over unstyled HTML.
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************