Greetings...
I would like to edit my Act_ProductLineNew Template and move the Product Name, Content, and rest of product text fields to the left-closer to the product image. As it stands now, when I preview a product using this template everything is centered (product name etc...) and i'd like the more traditional view.
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
NETQUOTEVAR:TEMPLATEBEGINXML
<tr>
<td rowspan="2" valign="TOP" align="LEFT" class="contentnew">NETQUOTEVAR:PRODUCTIMAGE<br><br><a href="javascript:;" onclick="var thisloc=location.href + '#a366';location.href='mailto:' + '?subject=Take a look at '+thisloc+'&body=I saw '+thisloc+' and thought you would be interested. &bcc=info@greektownimports.com'"><img src="btn_emailfriend.gif" border="0"></a></td>
<td valign="left" align="top" colspan="1" class="contentnew">
<a name="NETQUOTEVAR:PRODUCTANCHOR"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<img src="new_txt.gif" border="0" width="27" height="13" alt="New">
<br> <span class="contentnew">NETQUOTEVAR:PRODUCTREF <br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br>
NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION<br>
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
<span class="contentnew">NETQUOTEVARISCOUNTINFO </span>
<span class="contentnew">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="contentnew">NETQUOTEVARATEPROMPT </span>
</td>
</tr>
<tr>
<td align="LEFT" colspan="2"> <span class="contentnew">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR: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 would like to edit my Act_ProductLineNew Template and move the Product Name, Content, and rest of product text fields to the left-closer to the product image. As it stands now, when I preview a product using this template everything is centered (product name etc...) and i'd like the more traditional view.
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
NETQUOTEVAR:TEMPLATEBEGINXML
<tr>
<td rowspan="2" valign="TOP" align="LEFT" class="contentnew">NETQUOTEVAR:PRODUCTIMAGE<br><br><a href="javascript:;" onclick="var thisloc=location.href + '#a366';location.href='mailto:' + '?subject=Take a look at '+thisloc+'&body=I saw '+thisloc+' and thought you would be interested. &bcc=info@greektownimports.com'"><img src="btn_emailfriend.gif" border="0"></a></td>
<td valign="left" align="top" colspan="1" class="contentnew">
<a name="NETQUOTEVAR:PRODUCTANCHOR"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<img src="new_txt.gif" border="0" width="27" height="13" alt="New">
<br> <span class="contentnew">NETQUOTEVAR:PRODUCTREF <br>
NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br>
NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION<br>
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
<span class="contentnew">NETQUOTEVARISCOUNTINFO </span>
<span class="contentnew">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="contentnew">NETQUOTEVARATEPROMPT </span>
</td>
</tr>
<tr>
<td align="LEFT" colspan="2"> <span class="contentnew">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR: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 -->
Comment