Upon using one of my product templates...The Product Name, Content, Price etc... is aligned towards the middle of the page and not next to the product image. Can someone please help me adjust the template accordingly to move this info further to the left and closer to the product image? Thanks...
Code:
<!-- 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" tdalign="LEFT" valign="TOP" 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" valign="middle" colspan="1" class="contentnew"> <a name="NETQUOTEVAR:PRODUCTANCHOR"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a> <img src="new_txt.gif" border="0" width="35" height="15" alt="New"> <br> <span class="contentnew">NETQUOTEVAR:PRODUCTREF<br><br> NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span> <br> NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK NETQUOTEVAR:PRICEEXPLANATION<br> <b>NETQUOTEVAR:PRODUCTPRICE</b><br> <span class="contentnew">NETQUOTEVAR:DISCOUNTINFO </span> <span class="contentnew">NETQUOTEVAR:OTHERINFOPROMPT </span> <span class="contentnew">NETQUOTEVAR:DATEPROMPT </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