I need help,
if you take a look at this link,
http://www.mp3playersonline.co.uk/ac.../H140.html#a18
You will be able to see the instock icon on the left and add to cart on the right with description in the middle
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
<p>NETQUOTEVAR:INCLUDE Act_ProductSeparator.html NETQUOTEVAR:ENDSEPARATOR NETQUOTEVAR:PRODUCTFORMBEGIN
<table width="75%" border="0" align="center"
<tr>
<td>
<div align="center">NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
</div>
</td>
<td>
<div align="center"><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
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span> <b><align="CENTER">NETQUOTEVAR:PRODUCTPRICE</b>
<span class="actxsmall">NETQUOTEVARISCOUNTINFO </span> <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT
</span> <span class="actxsmall">NETQUOTEVARATEPROMPT </span></div>
</td>
<td>
<div align="center"><span class="actxsmall">NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> </span>
NETQUOTEVAR:TEMPLATEENDXML </div>
</td>
</tr>
<tr>NETQUOTEVAR:PRODUCTFORMEND NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
Now what im trying to do is this
http://www.mp3playersonline.co.uk/ac.../H140.html#a18
but I want to position the "pick your accesories" bit either above or below the price, or any where in the middle wont be a problem really, I just cant seem to manage it, anyone know what I need to do??
Thanks
if you take a look at this link,
http://www.mp3playersonline.co.uk/ac.../H140.html#a18
You will be able to see the instock icon on the left and add to cart on the right with description in the middle
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
<p>NETQUOTEVAR:INCLUDE Act_ProductSeparator.html NETQUOTEVAR:ENDSEPARATOR NETQUOTEVAR:PRODUCTFORMBEGIN
<table width="75%" border="0" align="center"
<tr>
<td>
<div align="center">NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
</div>
</td>
<td>
<div align="center"><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
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span> <b><align="CENTER">NETQUOTEVAR:PRODUCTPRICE</b>
<span class="actxsmall">NETQUOTEVARISCOUNTINFO </span> <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT
</span> <span class="actxsmall">NETQUOTEVARATEPROMPT </span></div>
</td>
<td>
<div align="center"><span class="actxsmall">NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> </span>
NETQUOTEVAR:TEMPLATEENDXML </div>
</td>
</tr>
<tr>NETQUOTEVAR:PRODUCTFORMEND NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
Now what im trying to do is this
http://www.mp3playersonline.co.uk/ac.../H140.html#a18
but I want to position the "pick your accesories" bit either above or below the price, or any where in the middle wont be a problem really, I just cant seem to manage it, anyone know what I need to do??
Thanks
Comment