A man wrote:
Quote:
Using Mozilla Firebird 0.6 on win2000.
How do I change the font size of a table? I've tried the following:
table style="font-size:-2" |
The CSS font-size property accepts a length, not an obsolete HTML relative
size code (of which -2 is insanely tiny anyway).
http://www.w3.org/TR/CSS2/syndata.html#length-units Quote:
font size="-2"
table
/table
/font |
The <font> tag is deprecated, and couldn't contain <table> elements anyway.
neither are valid
Quote:
Does mozilla support these? |
No, it does support valid ways though.
Quote:
How do I embed a style into a tag?
How do I change the table font and font size and other display
attributes (font color, font name, etc.) |
http://www.westciv.com/style_master/.../css_tutorial/
--
David Dorward <http://dorward.me.uk/>