Quote:
Quote:
To whomever changed the font size (Richard?), making it smaller, I have but one thing to say: THANK YOU !!!
|
Yes, the font is now 2mm high :-( :-( :-( :-( :-( :-( An no wonder, look at this EVIL stylesheet:
Code:
BODY,P,TABLE,TD,TR {
font-size: 11px;
font-family: sans-serif, arial, verdana;
color: 000000;
}
Ouch! Never, ever, under any condition, specify font sizes in px. It is the only totally surefire way of making the pages unreadable for somebody. Could you please kill that line? Or replace it with font-size: small; or something like that.
Thank you.
|
Actually, specifying font sizes in px is the best way to do it, because it guarantees that the fonts will be the same size in all browsers accross all platforms. pt is a very arbitrary measurement that varies from OS to OS and even browser to browser. You can still increase the text size in the View menu, however.
Quote:
Alternatively, could we use some of the other stylesheets in the directory (threads//stylesheets)? I notice you can set this from the preferences, only the choice is non-existent. I don't care if something breaks
|
Richard has stated that there is a possibility he will use this new forum capability to allow a range of font sizes to be selected from. He just has to make some extra style sheets.
