|
Posted by David Dorward on August 15, 2005, 8:59 pm
Please log in for more thread options
steventhrasher42@hotmail.com wrote:
> I can't figure out a way to possibly make this work in HTML. I have a
> table embedded in another table
http://dorward.me.uk/www/nested/
> Sample HTML follows
> <COL>
> <COL>
> <COL WIDTH=100%>
Well that's invalid (Attribute values may be unquoted if they contain only
certain characters, % isn't one of them).
http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2
... and it doesn't make sense anyway. One column uses up ALL the room, yet
there are two more columns.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is
|