View Full Version : Font Size will not change


jonathan12
03-17-2003, 04:46 AM
Okay I am using this tag,

<font face="times new roman" size="10" color="ffffff">

to change all the things in my inline frame, but for some reason, the font ended up huge and how it won't change.... I used the same tag with different size above it (36pt) but I ended the font(</font>) Can someone explain to me why this might be happening?

pink_fishies
03-17-2003, 04:56 AM
font size=10 is HUGE...try size 1 or 2...

jonathan12
03-17-2003, 04:59 AM
Originally posted by pink_fishies
font size=10 is HUGE...try size 1 or 2...

Okay, I got it working. Thanks.

pb&j
03-17-2003, 02:33 PM
For those who may refer to this thread in the future, FONT SIZE has a limit value 1 to 7. If you want to have a much better and easier way to format font sizes, its best to look into CSS coding.