HighDots Forums  

Changing table font size

alt.html.tags alt.html.tags


Discuss Changing table font size in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
A man
 
Posts: n/a

Default Changing table font size - 12-18-2003 , 10:06 AM






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">

and

<font size="-2">
<table>
</table>
</font>

but neither work. Does mozilla support these?
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.)

Thanks.


--
Say no to fixed width tables. They look terrible in all browsers.

Reply With Quote
  #2  
Old   
David Dorward
 
Posts: n/a

Default Re: Changing table font size - 12-18-2003 , 02:40 PM






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.

Quote:
but neither work.
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/>


Reply With Quote
  #3  
Old   
A man
 
Posts: n/a

Default Re: Changing table font size - 12-22-2003 , 02:39 PM



In article <brt3gp$jvr$1$8300dec7 (AT) news (DOT) demon.co.uk>,
dorward (AT) yahoo (DOT) com spoke thusly...
Quote:
A man wrote:
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/


Thanks. I'll look into the css tutorial.

--
Say no to fixed width tables. They look terrible in all browsers.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.