On Fri, Jun 22, 2001 at 10:54:11PM +1000, Allan Rae wrote:
>       Why does the mail-list stats table in the tips section of
>       news/20010117.php3 render with black text in Netscape?
> 
>       How do I fix it so the text is white?
> 

Try to validate the things as Strict instead of transitional XHTML,
you'll see. :-)

Here's a tip. After <h3>Sponsorship for 5th Developers Meeting</h3>
you have:
    (Good news -- Jun 8, 2001)<p>
    ....

Transitional XHTML lets you by with this error. It implies <p> after
<h3>. Strict doesn't. Put <p>(Good news -- Jun 8, 2001)</p>
                          <p>....

and you'll get the colour. Simple rule: 
Don't leave any text outside of some block element (usually <p>)

-- 
Zvezdan Petkovic <[EMAIL PROTECTED]>
http://www.cs.wm.edu/~zvezdan/

Reply via email to