this new product temp makes a line break with a dot at the top of the cell its displayed in, normally used it for the top product only with another temp displaying secondary products below,
but if i display say 5 products in a section, it starts with 5 line breaks with 5 dots.
have put something out of place, but cant see any difference with my other temps. any ideas..?
	
							
						
					but if i display say 5 products in a section, it starts with 5 line breaks with 5 dots.
have put something out of place, but cant see any difference with my other temps. any ideas..?
Code:
	
	<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
<link href="actinic.css" rel="stylesheet" type="text/css" />
<!-- NETQUOTEVAR:INCLUDE Act_ProductSeparator.html -->
<link href="actinic.css" rel="stylesheet" type="text/css">
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
    <td><table width="100%" border="0" cellpadding="0" cellspacing="5" class="thinred2">
      <tr>
        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="40" bgcolor="#ddf5fa">NETQUOTEVAR:TEMPLATEBEGINXML<a name="NETQUOTEVAR:PRODUCTANCHOR"></a><span class="actregular"><b> NETQUOTEVAR:PRODUCTNAME</b></span></td>
          </tr>
          <tr>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
                  <tr>
                    <td height="150"> NETQUOTEVAR:PRODUCTIMAGE</td>
                  </tr>
                  <tr>
                    <td height="25"><span class="actxsmall"><strong>NETQUOTEVAR:EXTINFOLINK</strong></span><strong>NETQUOTEVAR:EXTINFOBUTTON</strong></td>
                  </tr>
                  <tr>
                    <td height="25" class="actregular"><b>Product description</b> </td>
                  </tr>
                  <tr>
                    <td height="120" valign="top" class="actxsmall">NETQUOTEVAR:PRODUCTDESCRIPTION NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK NETQUOTEVAR:DISCOUNTINFO 
      NETQUOTEVAR:OTHERINFOPROMPT 
      NETQUOTEVAR:DATEPROMPT</td>
                  </tr>
                  <tr>
                    <td height="25" valign="top"><div align="center" class="price">Please note that vat will only be added to items over the value of £18    sizes available below</div></td>
                  </tr>
                </table></td>
                <td width="270" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" class="actregular"> </td>
                  </tr>
                  <tr>
                    <td height="160" valign="top"><p align="left"><strong><a href="http://www.newblades.co.uk/cgi-bin/mf000001.pl?ACTION=SHOWFORM"></a> </strong></p></td>
                  </tr>
                  <tr>
                    <td height="150" align="center" valign="bottom"><table width="260" height="150" border="0" cellpadding="0" cellspacing="0" bgcolor="#eefbfd" class="thinred2">
                      <tr>
                        <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td width="8"> </td>
                              <td height="150"><table width="100%" height="150" border="0" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td height="25" bgcolor="#ddf5fa" class="actxsmall">NETQUOTEVAR:PRODUCTREF</td>
                                  </tr>
                                  <tr>
                                    <td height="55"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                        <tr>
                                          <td><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                              <tr>
                                                <td height="25"><b>NETQUOTEVAR:PRICEEXPLANATION NETQUOTEVAR:PRODUCTPRICE</b></td>
                                              </tr>
                                              <tr>
                                                <td height="30" class="actxsmall">NETQUOTEVAR:CARTERRORXML
												NETQUOTEVAR:PRODUCTQUANTITY</td>
                                              </tr>
                                          </table></td>
                                          <td> </td>
                                        </tr>
                                    </table></td>
                                  </tr>
                                  <tr>
                                    <td height="40" bgcolor="#DDF5FA"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
                                        <tr>
                                          <td width="75"><div align="center"><img src="postman-gary.jpg" alt="delivery" width="36" height="40" /></div></td>
                                          <td><b>Normally available for immediate dispatch</b> </td>
                                        </tr>
                                    </table></td>
                                  </tr>
                                  <tr>
                                    <td height="30"><div align="right">NETQUOTEVAR:ADDTOCARTBUTTON NETQUOTEVAR:TEMPLATEENDXML</div></td>
                                  </tr>
                              </table></td>
                              <td width="8"> </td>
                            </tr>
                        </table></td>
                      </tr>
                    </table></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
</tr>
.NETQUOTEVAR:PRODUCTFORMEND
  NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
Comment