Previous Message
Next Message

Hotnews in CSS design

Sent by mprisi on 18 November 2003 21:09


Hi,

Scott Hamm wrote:
 > is they kept adding <font> tag to the hotnews entries. Is there >anything
 > that I can do to take the control of <font> in css allowing <p>'s
 > font-family and font-size to take over <font> tag already inside 
index.html?
 >
 > <h1>Date</h1>
 > <p><font size="2">foo paragraph</font></p>
 > <h3>Author name - time EST </h3>

It looks a little bit crazy, but you may want to
try this:

font	{font-size:1em}
p	{font:12pt verdana;}

(...)

<p><font size="2">foo paragraph</font></p>


Tested in Mozilla 1.4.1 and ie 6

Regards

Melchior
-- 
http://orp.alphazwirbel.net

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: