HELP |
HELP |
Apr 9 2005, 03:20 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2004 Member No: 75,853 |
Ok, on my site, the fonts looks bigger in the tables than before. It still looks right in mozilla, but on IE, the fonts in the tables got bigger even though i didnt' change the html. it's <font size=2> but now the 2 looks like a 3 and the 1 is still normal. Can anyone help me? I hope this makes sense.
|
|
|
|
![]() |
Apr 13 2005, 09:12 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Feb 2005 Member No: 106,057 |
you have to specifically set the font sizes either in css or html. it'd be something like this:
CODE <style> body {font-size: xxpt;} table, td, tr {font-size:xxpt;} div {font-size: xxpt;} </style> most likely, doing a quick fix like this will totally screw up your design, so you'll have to play around with the values or your html before it finally stops scaling |
|
|
|
wetwater HELP Apr 9 2005, 03:20 PM
mona lisa Is the font size up to normal? I don't use IE,... Apr 9 2005, 04:38 PM
wetwater Oh thanks that was it, but why are some fonts on t... Apr 9 2005, 06:08 PM
fishcake-y Depends on if you can scale the font or not.
I wou... Apr 9 2005, 10:59 PM
wetwater well the thing is, the font that's affected is... Apr 10 2005, 02:29 PM
fishcake-y Usually it's only certain font files types tha... Apr 10 2005, 09:53 PM
mona lisa Heh, I realized I have the problem too, but on my ... Apr 11 2005, 04:05 PM
wetwater mine isn't on xanga either. it's on my sit... Apr 12 2005, 05:25 PM
IGB same with upstairs.
BUT, use px instead of pt. ... Apr 14 2005, 04:10 PM![]() ![]() |