I'm in the process of redesigning my site and have so far managed to change my products template without breaking anything.
One thing i can't seem to get right is the "information link text".
It's showing at the bottom left of the screen and i'd like to centre it on the bottom of the screen. i changed the location of the netquotevar for the information link text but the web address doesn't show at all. One product that i have checked has the web addy on the far right side of the screen with only a couple of letters of the web addy showing.
Here's my code for my product template could you please tell me where i've gone wrong?
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
<style type="text/css">
<!--
.style3 {
color: #FF0000;
font-weight: bold;
}
-->
</style>
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan="3" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE </td>
</tr>
<tr>
<td valign="TOP" align="LEFT" colspan="3">
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall"><br>
</span>
<table width="593">
<tr>
<th width="256" align="left" scope="col"><span class="actxsmall">NETQUOTEVAR:PRODUCTPRICE</span></th>
<th width="303" align="left" scope="col"><span class="actxsmall">NETQUOTEVAR:PRODUCTQUANTITY</span></th>
<th width="18" scope="col"><span class="actxsmall">NETQUOTEVAR:ADDTOCARTBUTTON</span> </th>
</tr>
</table>
<table width="146" height="60" align="left">
<tr>
<th align="left" scope="col"><div align="left"><img src="email_me_to_a_friend.gif" alt="email a friend" width="100" height="32" border="0"
onClick="location.href='mailto:'
+ '?subject=Take a look at www.jacyscomputers.com.au'
+ '&bcc=recommend@jacyscomputers.com.au'
+ '&body=I just saw the following product - NETQUOTEVAR:PRODUCTNAME - at '
+ location.href + '#NETQUOTEVAR:PRODUCTANCHOR '
+ 'and thought you might be interested.';"></div></th>
</tr>
</table> <span class="actxsmall"> </span>
<table width="484" height="47">
<tr>
<th width="450" scope="col"><div align="left"><span class="Red">NETQUOTEVAR:PRICEEXPLANATION </span></div></th>
</tr>
</table>
<span class="actxsmall">NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br> <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINK<strong><br>
<u>NETQUOTEVAR:PRODUCTLINKTEXT</u><br>
</strong>NETQUOTEVAR:PRODUCTENDLINK</span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span> </td>
</tr>
<tr>
<td align="LEFT" colspan="3"><span class="actxsmall">
NETQUOTEVAR:CARTERRORXML<br>
<Actinic:ACTIONS></Actinic:ACTIONS>
</span>
NETQUOTEVAR:TEMPLATEENDXML </td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
Cheers,
Jacy
One thing i can't seem to get right is the "information link text".
It's showing at the bottom left of the screen and i'd like to centre it on the bottom of the screen. i changed the location of the netquotevar for the information link text but the web address doesn't show at all. One product that i have checked has the web addy on the far right side of the screen with only a couple of letters of the web addy showing.
Here's my code for my product template could you please tell me where i've gone wrong?
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
<style type="text/css">
<!--
.style3 {
color: #FF0000;
font-weight: bold;
}
-->
</style>
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td colspan="3" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE </td>
</tr>
<tr>
<td valign="TOP" align="LEFT" colspan="3">
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall"><br>
</span>
<table width="593">
<tr>
<th width="256" align="left" scope="col"><span class="actxsmall">NETQUOTEVAR:PRODUCTPRICE</span></th>
<th width="303" align="left" scope="col"><span class="actxsmall">NETQUOTEVAR:PRODUCTQUANTITY</span></th>
<th width="18" scope="col"><span class="actxsmall">NETQUOTEVAR:ADDTOCARTBUTTON</span> </th>
</tr>
</table>
<table width="146" height="60" align="left">
<tr>
<th align="left" scope="col"><div align="left"><img src="email_me_to_a_friend.gif" alt="email a friend" width="100" height="32" border="0"
onClick="location.href='mailto:'
+ '?subject=Take a look at www.jacyscomputers.com.au'
+ '&bcc=recommend@jacyscomputers.com.au'
+ '&body=I just saw the following product - NETQUOTEVAR:PRODUCTNAME - at '
+ location.href + '#NETQUOTEVAR:PRODUCTANCHOR '
+ 'and thought you might be interested.';"></div></th>
</tr>
</table> <span class="actxsmall"> </span>
<table width="484" height="47">
<tr>
<th width="450" scope="col"><div align="left"><span class="Red">NETQUOTEVAR:PRICEEXPLANATION </span></div></th>
</tr>
</table>
<span class="actxsmall">NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
<br> <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINK<strong><br>
<u>NETQUOTEVAR:PRODUCTLINKTEXT</u><br>
</strong>NETQUOTEVAR:PRODUCTENDLINK</span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span> </td>
</tr>
<tr>
<td align="LEFT" colspan="3"><span class="actxsmall">
NETQUOTEVAR:CARTERRORXML<br>
<Actinic:ACTIONS></Actinic:ACTIONS>
</span>
NETQUOTEVAR:TEMPLATEENDXML </td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
Cheers,
Jacy
Comment