I'm using a two column layout (thanks Norman) and have edited the Act_productline template accordingly. However there appears to be a glitch which I'm having problems understanding.
I've input the same text for four products just for testing purposes. They all contain extended info. However for some reason the More... link on the first cell is being forced onto the next line, whereas the remaining three cells show the link on the same line as the last line of text!
I can't see from the code why this should be. I'm only using five cells which are coded as follows.
<table border="1" width="100%">
<tr>
<td colspan="3" valign="TOP" align="CENTER" width="100%"> NETQUOTEVAR:TEMPLATEBEGINXML <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall">NETQUOTEVAR:PRODUCTREF </span></td>
</tr>
<tr>
<td> NETQUOTEVAR:PRODUCTIMAGE </td>
<td colspan="2" valign="TOP"> NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK NETQUOTEVAR:EXTINFOBUTTON
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span> </td>
</tr>
<tr>
<td> NETQUOTEVAR:PRODUCTPRICE </td>
<!-- Quantity NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY -->
<td> <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
NETQUOTEVAR:TEMPLATEENDXML
</td>
Can anyone see if I've gone wrong somewhere? Or explain why the info link is going to a different location in the first cell?
Hope someone can advise.
Thanks
Myles Sinclair
I've input the same text for four products just for testing purposes. They all contain extended info. However for some reason the More... link on the first cell is being forced onto the next line, whereas the remaining three cells show the link on the same line as the last line of text!
I can't see from the code why this should be. I'm only using five cells which are coded as follows.
<table border="1" width="100%">
<tr>
<td colspan="3" valign="TOP" align="CENTER" width="100%"> NETQUOTEVAR:TEMPLATEBEGINXML <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall">NETQUOTEVAR:PRODUCTREF </span></td>
</tr>
<tr>
<td> NETQUOTEVAR:PRODUCTIMAGE </td>
<td colspan="2" valign="TOP"> NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK NETQUOTEVAR:EXTINFOBUTTON
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span> </td>
</tr>
<tr>
<td> NETQUOTEVAR:PRODUCTPRICE </td>
<!-- Quantity NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY -->
<td> <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
NETQUOTEVAR:TEMPLATEENDXML
</td>
Can anyone see if I've gone wrong somewhere? Or explain why the info link is going to a different location in the first cell?
Hope someone can advise.
Thanks
Myles Sinclair
Comment