Jukka K. Korpela wrote:
> On Tue, 7 Aug 2007, Matthew Ohlman wrote:
>
>
>> Brian Cummiskey wrote:
>>
>>>
>>> USE css classes or IDs, or gloabl elements.
>>>
>>> ie, instead of body bgcolor, use
>>>
>>> body { background-color: #ff; } in your css sheet.
>>>
>>> instead of font, use
>>>
On Tue, 7 Aug 2007, Matthew Ohlman wrote:
> Brian Cummiskey wrote:
>>
>> USE css classes or IDs, or gloabl elements.
>>
>> ie, instead of body bgcolor, use
>>
>> body { background-color: #ff; } in your css sheet.
>>
>> instead of font, use
>> and
>> .myclass { color: #ff; }
>> for exampl
Brian Cummiskey wrote:
>
> USE css classes or IDs, or gloabl elements.
>
> ie, instead of body bgcolor, use
>
> body { background-color: #ff; } in your css sheet.
>
> instead of font, use
> and
> .myclass { color: #ff; }
> for example.
>
>
Terri:
A good reference/tutorial to see this
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
Hi all
OK, I'm working at restructuring my site. However I don't understand
some of the validation errors
The index page is the only one that is sort of fixed.
www.hotniniz.com
What does this mean? What do I need to change?
Thanks
Terri
* Line 24, character 15: