Mine:
and
Yours:
Are the same.
And they both break up with <tr> .. below it for the signature etc.
They are the same, and they both align="left".
PHP Code:
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20">
$post[attachment]</td>
</tr>
Yours:
PHP Code:
<tr>
<td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20">
$post[attachment]</td>
</tr>
And they both break up with <tr> .. below it for the signature etc.
They are the same, and they both align="left".
Comment