Hey there, I wanted to know if there was an HTML function that made font smaller than it already is. Setting it to <(font size=1)> keeps it at the same size and using decimals didn't work and neither did using negatives, I was wondering if anyone could show me if there is a function for this and if not, how I'd achieve the desired result of making my font size smaller in the game but only for lines of text with added tags or code.
Thanks.
Bravo1.
ID:133513
Jul 19 2008, 12:32 am
|
|
<small> always reduces the size by 10% (I think), unless specifically restricted from doing so by CSS.
|
In response to Bravo1
|
|
Strange, after doing some experimenting, it seems output boxes have a minimum font size of 9pt. I couldn't find any way to get around this (including directly setting the font size in the skin file).
|
In response to Nickr5
|
|
Nickr5 wrote:
Strange, after doing some experimenting, it seems output boxes have a minimum font size of 9pt. I couldn't find any way to get around this (including directly setting the font size in the skin file). It looks like there is a minimum size for the default font, but that's because the default is actually a bitmap font and not a TrueType variety. If you output text in a different font, it'll go as small as you like. usr << "<span style=\"font-size:3pt\">This text is not small enough</span>" Lummox JR |
<font style="font-size: 4pt;">Really small font.</font>