Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Size matters!!!!

Status
Not open for further replies.

Deltaflyer

Programmer
Oct 11, 2000
184
GB
How can i enlarge font size cross browser?

I am using <font size=whatever> and this appears to work in IE and various others, but not in netscape.

Does anyone know how to make font sizes bigger in netscape (preferably without using any form of layers)

Cheers, DeltaFlyer ;-)

DeltaFlyer - The Only Programmer To Crash With Style.
 
can you use css ? i think the fontsize attribute is cross browser ...
 
Hello Deltaflyer!

Use CSS instead and forget about <font> tag!
Using style properties like:
font-size
font-family
font-weight
font-style
you may define whatever you want.

These features of simple CSS1 makes everyhting work everywhere and look the same (well, if used right).

Andrew | starway@mail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top