Use this instead:
It only eliminates around 15 characters though.
If you compare the two, you can see that you can combine most elements of the font HTML tag to save character space. For example:
HTML Code:
<font color=black><font size=10><font face=arial>
Can be combined into:
HTML Code:
<font color=black size=10 face=arial>
|
I didn't know about that. That should really help, I'll try it out. Thanks.
I still think the amount of characters should increase though. Like you said, it only saves 15