Geez i'd admire your patience, but you are a right royal pain in the ass lol.
This part:
<td> NETQUOTEVAR:TEMPLATEBEGINXML <div class="ImageLeft">NETQUOTEVAR:PRODUCTIMAGE</div>
<colspan="2">
is wrong, where on earth did you get that from? Jonty and his bloody tables again i expect .
The above should be reading:
<td colspan="2"> NETQUOTEVAR:TEMPLATEBEGINXML <div class="ImageLeft">NETQUOTEVAR:PRODUCTIMAGE</div>
NOTE: I have no idea if the colspan of 2 is the correct number, that is the only thing where there could be a problem now. The CSS file looks fine, DO NOT touch that area now!
Finished code:
This part:
<td> NETQUOTEVAR:TEMPLATEBEGINXML <div class="ImageLeft">NETQUOTEVAR:PRODUCTIMAGE</div>
<colspan="2">
is wrong, where on earth did you get that from? Jonty and his bloody tables again i expect .
The above should be reading:
<td colspan="2"> NETQUOTEVAR:TEMPLATEBEGINXML <div class="ImageLeft">NETQUOTEVAR:PRODUCTIMAGE</div>
NOTE: I have no idea if the colspan of 2 is the correct number, that is the only thing where there could be a problem now. The CSS file looks fine, DO NOT touch that area now!
Finished code:
HTML Code:
<!-- ProductLine HTML begin --> <!-- Insert HTML for the top of the individual product --> NETQUOTEVAR:INCLUDE Act_ProductSeparator.html NETQUOTEVAR:ENDSEPARATOR NETQUOTEVAR:PRODUCTFORMBEGIN <tr> <td colspan="2"> NETQUOTEVAR:TEMPLATEBEGINXML <div class="ImageLeft">NETQUOTEVAR:PRODUCTIMAGE</div> <a name="NETQUOTEVAR:PRODUCTANCHOR"> <span class="actregular"><strong>NETQUOTEVAR:PRODUCTNAME</strong></span></a> <span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br/> NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON<br/> <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINKNETQUOTEVAR:PRICEEXPLANATION </span><br/> <strong>NETQUOTEVAR:PRODUCTPRICE</strong><br/> <span class="actxsmall">NETQUOTEVAR:DISCOUNTINFO </span> <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span> <span class="actxsmall">NETQUOTEVAR:DATEPROMPT </span> 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