[FONT=Arial]I have centred my adapted product layout page, but I can't seem to get the price to centre too! Here is the code for it:
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actlarge"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actsmall">NETQUOTEVAR:PRODUCTREF</td></tr>
<tr><td valign="TOP" align="CENTER"> NETQUOTEVAR:PRODUCTIMAGE<P><P>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON</td></tr>
<tr><td><span class="actsmall" align="CENTER">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span>
<b>NETQUOTEVAR:PRODUCTPRICE</b>
<span class="actsmall">NETQUOTEVARISCOUNTINFO </span>
<span class="actsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actsmall">NETQUOTEVARATEPROMPT </span>
<span class="actsmall"> NETQUOTEVAR:CARTERRORXML </span>
</td></tr>
<tr><td align="CENTER" valign="top"> <span class="actsmall">
NETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>NETQUOTEVAR:TEMPLATEENDXML</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
I did see a post referring to Product Price, so I have tried that too:
<!-- ProductPrice HTML begin -->
<!-- This template is used for the product price text. -->
<br><span class="actxsmall" align="center"><b> NETQUOTEVAR:PRICEPROMPT NETQUOTEVARISCOUNT_QUANTITY NETQUOTEVAR:COST</b></span><span class="actxxsmall">NETQUOTEVAR:TAXMESSAGE</span>
<!-- This template is used for the product price text. -->
<!-- ProductPrice HTML end -->
I know a certain amount of html (self-taught) and would very much appreciate it if someone could please give me a hint as to what I have done wrong or have missed?
Many thanks in advance
Anne
www.anniesxsdesigns.co.uk
(It's uploaded, but not ready for ordering yet)
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actlarge"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actsmall">NETQUOTEVAR:PRODUCTREF</td></tr>
<tr><td valign="TOP" align="CENTER"> NETQUOTEVAR:PRODUCTIMAGE<P><P>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON</td></tr>
<tr><td><span class="actsmall" align="CENTER">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span>
<b>NETQUOTEVAR:PRODUCTPRICE</b>
<span class="actsmall">NETQUOTEVARISCOUNTINFO </span>
<span class="actsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actsmall">NETQUOTEVARATEPROMPT </span>
<span class="actsmall"> NETQUOTEVAR:CARTERRORXML </span>
</td></tr>
<tr><td align="CENTER" valign="top"> <span class="actsmall">
NETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>NETQUOTEVAR:TEMPLATEENDXML</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
I did see a post referring to Product Price, so I have tried that too:
<!-- ProductPrice HTML begin -->
<!-- This template is used for the product price text. -->
<br><span class="actxsmall" align="center"><b> NETQUOTEVAR:PRICEPROMPT NETQUOTEVARISCOUNT_QUANTITY NETQUOTEVAR:COST</b></span><span class="actxxsmall">NETQUOTEVAR:TAXMESSAGE</span>
<!-- This template is used for the product price text. -->
<!-- ProductPrice HTML end -->
I know a certain amount of html (self-taught) and would very much appreciate it if someone could please give me a hint as to what I have done wrong or have missed?
Many thanks in advance
Anne
www.anniesxsdesigns.co.uk
(It's uploaded, but not ready for ordering yet)
Comment