Sniper_E wrote:This would be the correct guideline in writing your code Stitch.
- Code: Select all
<table class="tablebg" width="100%" cellspacing="1">
<td class="row6" width="10%">
<i><font color="#CC0000"><strong>[Post Edit]: </strong></font><font color="#000000">{TEXT}</font></i>
</td>
</table>
Is there a reason why the <tr></tr>'s are left out.
Shouldn't it be
- Code: Select all
<table class="tablebg" width="100%" cellspacing="1"><tr>
<td class="row6" width="10%">
<i><font color="#CC0000"><strong>[Post Edit]: </strong></font><font color="#000000">{TEXT}</font></i>
</td></tr>
</table>











