Nice tip, however the font tag is depricated and shouldn''t be used. It would be better if the style atribute was used instead. The same goes for the <b> tag.
This:
HTML Code:
<font color="red"><b>[Autor do T?pico]</b></font>
Should be changed to:
HTML Code:
<span style="color: red;"><strong>[Autor do T?pico]</strong></span>
Hope you didn''t mind me butting in here with this