I am modifing the productlineright.html file with dreamweaver.
I am trying to make the product section as small as possible therefore making all the text xsmall. I have done this on the product. ref and description however the price still remains big - where can I change this?
Also how can I get the quantity and add to cart button on the same line?
www.arbrownlow.com
Heres the modified version of the page in html..
<!-- 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="left" colspan="2"> NETQUOTEVAR:TEMPLATEBEGINXML
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actxxsmall"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxxsmall">NETQUOTEVAR:PRODUCTREF<br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<span class="actxxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION
NETQUOTEVAR:PRODUCTPRICE</span>
<span class="actxxsmall">NETQUOTEVARISCOUNTINFO </span>
<span class="actxxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxxsmall">NETQUOTEVARATEPROMPT </span>
</td>
<td rowspan="2" valign="TOP" align="CENTER">NETQUOTEVAR:PRODUCTIMAGE </td>
</tr>
<tr>
<td align="left" colspan="2"> <span class="actxxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
<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 am trying to make the product section as small as possible therefore making all the text xsmall. I have done this on the product. ref and description however the price still remains big - where can I change this?
Also how can I get the quantity and add to cart button on the same line?
www.arbrownlow.com
Heres the modified version of the page in html..
<!-- 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="left" colspan="2"> NETQUOTEVAR:TEMPLATEBEGINXML
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actxxsmall"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxxsmall">NETQUOTEVAR:PRODUCTREF<br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<span class="actxxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION
NETQUOTEVAR:PRODUCTPRICE</span>
<span class="actxxsmall">NETQUOTEVARISCOUNTINFO </span>
<span class="actxxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxxsmall">NETQUOTEVARATEPROMPT </span>
</td>
<td rowspan="2" valign="TOP" align="CENTER">NETQUOTEVAR:PRODUCTIMAGE </td>
</tr>
<tr>
<td align="left" colspan="2"> <span class="actxxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
<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 -->
Comment