Hi,
I've used the AUG to create a compact view of products to make it easier for the customer when purchasing - if they know exactly what they want.
When I begin to use the code, I notice that it is putting the products in rows directly underneath each other - is there anyway I can get these into columns?
You can see the example here:
http://www.bridgingthegap2.co.uk/aca..._Sellers_.html
Please scroll right to the bottom of these page and you'll see what I mean.
Thanks in advance.
I've used the AUG to create a compact view of products to make it easier for the customer when purchasing - if they know exactly what they want.
When I begin to use the code, I notice that it is putting the products in rows directly underneath each other - is there anyway I can get these into columns?
You can see the example here:
http://www.bridgingthegap2.co.uk/aca..._Sellers_.html
Please scroll right to the bottom of these page and you'll see what I mean.
Thanks in advance.
HTML Code:
NETQUOTEVAR:ENDSEPARATOR NETQUOTEVAR:PRODUCTFORMBEGIN <tr> <td colspan="3"> <table width="250" border="0" cellspacing="0" cellpadding="0"> <tr> <td><a name="NETQUOTEVAR:PRODUCTANCHOR">NETQUOTEVAR:PRODUCTNAME</a></td> </tr> <tr> <td>NETQUOTEVAR:PRODUCTIMAGE</td> </tr> <tr> <td>NETQUOTEVAR:PRODUCTPRICE</td> </tr> <tr> <td>NETQUOTEVAR:PRODUCTQUANTITY</td> </tr> <tr> <td width="250">NETQUOTEVAR:ADDTOCARTBUTTON</td> </tr> </table> </td> </tr> NETQUOTEVAR:PRODUCTFORMEND NETQUOTEVAR:NEXT
Comment