
04-29-2010, 04:30 PM
|
|
|
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by borbole
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 
|
Thanks bro'.
Update!
|