Here's my code:
Header:
Code:
<!-- Right Column Code -->
<table border="0" width="865" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->
Footer:
Code:
</td>
<td width="160" valign="top" align="left">
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="130">
<tr>
<td class="tcat"><span class="smallfont"><b>My info here</b></span></td>
</tr>
<tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">
<!-- Begin custom code -->
<!-- End custom code -->
</td>
</tr>
<tr>
<td class="tcat"><span class="smallfont"><b>My info here</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">
<!-- Begin custom code -->
<!-- End custom code -->
</td>
</tr>
</table>
<br /></td>
</tr>
</table>
</td></tr>
</table>
<!-- End Left Column Code -->
It works perfect as a right colum. How do I move it to the left? Can I edit what's above?
Thanks