I'm having problems with using vB code fonts.
If I enter any font code like
vB traslates that whole sentence to a letter "7"
For example: If I enter the following to my message-body:
I will see in post preview that the whole message is:
7
7
7
7
and the html-source is:
If I enter any font code like
Code:
[font = arial] arial - ARIAL - Arial[/FONT]
For example: If I enter the following to my message-body:
Code:
[font = arial]arial - ARIAL - Arial[/font] [font = times new roman]times - TIMES - Times[/font] [font = courier new]courier - COURIER - Courier[/font] [font = century gothic]century - CENTURY - Century[/font]
7
7
7
7
and the html-source is:
Code:
<table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td bgcolor="#8080A6"><font face="verdana,arial,helvetica" size="1" color="#EEEEFF"><b>Post Preview:</b></font></td> </tr> <tr> <td bgcolor="#F1F1F1"><font face="verdana, arial, helvetica" size="2" ><font face="5">7</font> <br> <font face="5">7</font> <br> <font face="5">7</font> <br> <font face="5">7</font> </font></td> </tr> </table> </td></tr></table>
Comment