Re: How to do valid UL's in Tables?

On Sat, 23 Nov 2002, Aziz Matar wrote:
>
> When validating http://www.swiftglobal.com/newlayout/
>  
> "Error: element "ul" not allowed here; possible cause is an inline 
> element containing a block-level element"

The problem is the <font> element (you can't have <ul> inside <font>). And
yes, the answer is indeed to use CSS -- and not to use <font> at all. :-)

I recommend finding a CSS tutorial (or reading the CSS spec, see:
   http://www.w3.org/TR/CSS21/
...for the latest version).

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Saturday, 23 November 2002 17:35:24 UTC