Hi,
I have been playing around with a compact product template and have all the fields I require listed Ie image, desc, product ref, price, quantity etc
I am really struggling to understand tables etc and can not get these fields to line up correctly.
Would someone be kind enough to tell an idiot like me where I am going wrong ?
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan="3">
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td width="250"><td align="left">NETQUOTEVAR:PRODUCTIMAGE</td><a
name="NETQUOTEVAR:PRODUCTANCHOR">NETQUOTEVAR:PRODUCTNAME</a></td>
<td align="right">NETQUOTEVAR:PRODUCTREF</td>
<td align="right"
width="100">NETQUOTEVAR:PRODUCTPRICE</td>
<td align="right">NETQUOTEVAR:PRODUCTQUANTITY</td>
<td align="right">NETQUOTEVAR:ADDTOCARTBUTTON</td>
<td align="right">NETQUOTEVAR:EXTINFOBUTTON</td>
</tr>
</table>
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
I have been playing around with a compact product template and have all the fields I require listed Ie image, desc, product ref, price, quantity etc
I am really struggling to understand tables etc and can not get these fields to line up correctly.
Would someone be kind enough to tell an idiot like me where I am going wrong ?
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan="3">
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td width="250"><td align="left">NETQUOTEVAR:PRODUCTIMAGE</td><a
name="NETQUOTEVAR:PRODUCTANCHOR">NETQUOTEVAR:PRODUCTNAME</a></td>
<td align="right">NETQUOTEVAR:PRODUCTREF</td>
<td align="right"
width="100">NETQUOTEVAR:PRODUCTPRICE</td>
<td align="right">NETQUOTEVAR:PRODUCTQUANTITY</td>
<td align="right">NETQUOTEVAR:ADDTOCARTBUTTON</td>
<td align="right">NETQUOTEVAR:EXTINFOBUTTON</td>
</tr>
</table>
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
Comment