PDA

View Full Version : Text Problem


imported_ULTIMATESSJ
08-26-2003, 01:33 PM
Even though this style is vB3, i think the same rules will apply, how and what did you change the font to in this style, i prefer this font on the style to the usual Verdana one, and i wanted to know how i would go about changing it, i think it was Trebuchet MS, but i'm not sure how i can get the correct effect for vB2

imported_base
08-26-2003, 02:07 PM
pretty much all Trebuchet MS, Arial, sans-serif as far as i can see from the css...

imported_ULTIMATESSJ
08-26-2003, 07:56 PM
what would i have to put in for this to work though?

imported_ULTIMATESSJ
08-27-2003, 09:02 PM
so can anyone help me?

imported_ULTIMATESSJ
08-31-2003, 03:39 PM
bumping yet again.......

imported_ULTIMATESSJ
09-01-2003, 07:29 PM
look, sorry for all these posts, i would delete the other ones if i had the power, but it just seems that my requests for help are being ignored, so i'll ask one more time

I've tried just adding the font in the font area, bit when i do, the size is too small (set as 1) or it's too big (set at 2), so how did everyone else do this?

imported_base
09-07-2003, 08:31 PM
i'd use css to do it if i were you, better control over sizes that way.

something like:

}
.smallfont {
font: 11px Trebuchet MS, Arial, sans-serif;
}