Hi
I created a "custom" productline template to use with certain items. Having spent most of yeaterday experimenting with the layout html, looking at he design guide & looking through the threads I've almost got it ( it think!)
I was a good girl and saved it to a different name so I didn't totally wreck everything!
The problem is I just can't get the componant variant table & add to cart button to center in the page.
Tried changing the width of the coulmns to % rather than pixel - in a right old pickle now.
I have got to the point where I can't see the wood for the trees. Can anyone help this poor code blind woman?
The product that is using the template is PNGOLD and can be foundhere
http://www.thenailwarehouse.biz/acat...d_Acrylic.html
My "custom" template code is here
thanks
I created a "custom" productline template to use with certain items. Having spent most of yeaterday experimenting with the layout html, looking at he design guide & looking through the threads I've almost got it ( it think!)
I was a good girl and saved it to a different name so I didn't totally wreck everything!
The problem is I just can't get the componant variant table & add to cart button to center in the page.
Tried changing the width of the coulmns to % rather than pixel - in a right old pickle now.
I have got to the point where I can't see the wood for the trees. Can anyone help this poor code blind woman?
The product that is using the template is PNGOLD and can be foundhere
http://www.thenailwarehouse.biz/acat...d_Acrylic.html
My "custom" template code is here
Code:
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<table width="90%" align="center" valign="TOP" colspan="2">
<td>
<table width="100%" div align="center" border="0" cellspacing="0" cellpadding="0">
<tr><div align="center" >
<td width="250">NETQUOTEVAR:VARIANTLABEL1</td>
<td width="250">NETQUOTEVAR:VARIANTLABEL2</td>
</tr>
<tr><div align="center" >
<td width="250">NETQUOTEVAR:VARIANTSELECTOR1</td>
<td width="250" >NETQUOTEVAR:VARIANTSELECTOR2</td>
</tr>
</table>
<span class="actxsmall">NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
<tr><div align="center" >
NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE <p></p>
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br>
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span><br>
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
<span class="actxsmall">NETQUOTEVAR:DISCOUNTINFO </span>
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVAR:DATEPROMPT </span>
NETQUOTEVAR:TEMPLATEENDXML
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->

)
Comment