Terri Chicko wrote:
> Hi all
> OK, I'm working at restructuring 
Terri,

your doc type is XHTML strict.

your page is riddled with code that is NOT XHTML strict valid (and some 
that are not even Transitional valid)

bgcolor
font
etc

USE css classes or IDs, or gloabl elements.

ie, instead of body bgcolor, use

body { background-color: #ffffff; } in your css sheet.

instead of font, use <span class="myclass">
and
.myclass { color: #ffffff; }
for example.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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