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.
|
|
|
|
| *mona lisa* |
Apr 9 2005, 04:38 PM
Post
#2
|
|
Guest |
Is the font size up to normal? I don't use IE, but it should be something like View>>Font Size??
|
|
|
|
Apr 9 2005, 06:08 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2004 Member No: 75,853 |
Oh thanks that was it, but why are some fonts on the page affected when others aren't? How do you make it so that none of the fonts are affected by that?
|
|
|
|
Apr 9 2005, 10:59 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Depends on if you can scale the font or not.
I wouldn't suggest making it so that none of the fonts are affected, I find most fonts are very hard to read when you're at a larger screen resolution that yours. Practically, you shouldn't use anything bigger than 1024 x 768, but some people do. Size one looks rather small in anything bigger. |
|
|
|
Apr 10 2005, 02:29 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2004 Member No: 75,853 |
well the thing is, the font that's affected is inside a table, and if the font gets bigger, then the table is widened, and that affects the alignment of the page. So, is there a way to make the fonts 'unscaleable'?
|
|
|
|
Apr 10 2005, 09:53 PM
Post
#6
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Usually it's only certain font files types that are scaleable or not. You should just google something like... 'disable font resizing' or something.
|
|
|
|
| *mona lisa* |
Apr 11 2005, 04:05 PM
Post
#7
|
|
Guest |
Heh, I realized I have the problem too, but on my sub-domain, not on xanga. I was surprised nothing happened in xanga. I think you can do it through CSS, as in putting px instead of pt. Not sure. x_X
|
|
|
|
Apr 12 2005, 05:25 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2004 Member No: 75,853 |
mine isn't on xanga either. it's on my site. yeah i think i'm gonna try googling. tell me if you find anything.
|
|
|
|
Apr 13 2005, 09:12 PM
Post
#9
|
|
|
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 |
|
|
|
Apr 14 2005, 04:10 PM
Post
#10
|
|
![]() New Type ![]() ![]() ![]() ![]() Group: Member Posts: 145 Joined: Mar 2005 Member No: 119,960 |
same with upstairs.
BUT, use px instead of pt. Because if a user is using different DPI than you, the font would look bigger or smaller too. PX is absolute. |
|
|
|
![]() ![]() |