> Subject: [css-d] Styles in the <HEAD> Section
>
>
>
> Hey Everyone,
>
> Should I comment-out any style code placed in the <head> section
> of a page?
>
> E.g.,
>
> ...
> <head>
>    <title>...</title>
>    <style type="text/css">
>       <!--
>       .foo {font-size: 15pt;}
>       -->
>    </style>
> </head>
> ...
>
>
Comment it out and it won't work. Not sure what you are trying to achieve by
doing so.

Best to put your style sheet off page in an includes .

Ian
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.12.9/457 - Release Date: 26/09/2006

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to