Hi I'm trying to change the layout of the products listing table.
This is what I would like the code to look like, or something similar:
<table width="700" border="0" cellspacing="0" cellpadding="10">
<tr>
<td><table width="700" border="0" cellspacing="0" cellpadding="10">
<tr>
<td width="500">PRODUCT INFORMATION </td>
<td width="200"><div align="center">PRODUCT IMAGE </div></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="700" border="0" cellspacing="0" cellpadding="10">
<tr>
<td width="200">PRODUCT IMAGE </td>
<td width="500"><div align="center">PRODUCT INFORMATION</div></td>
</tr>
</table></td>
</tr>
</table>
I would like to us this sort of layout rather than the standard three column layout.
Please can somebody help me with this?
Many Thanks
Nick



