Announcement

Collapse
No announcement yet.

some code out of place..?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    some code out of place..?

    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..?
    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 &pound;18 &nbsp;&nbsp; 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">&nbsp;</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">&nbsp;</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>&nbsp;</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">&nbsp;</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 -->
    Gary Simpson
    www.tba
    Replacement blades, drills and cutters for your power tools.....

    #2
    not answering the Q but I would rewrite the template to loose all of those tables

    Comment


      #3
      Have you tried removing the CSS call - this should be in the <head> of the Act_Primary.html already but will also appear in the <body> which is very wrong and is possibly what is causing the break


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        As Jo rightly say's it is very tabletastic at the moment - are you sure you really need all of those in there? You should also be wary of using "table height" for browser compatability issues.


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          It's the

          .NETQUOTEVAR:PRODUCTFORMEND

          There's your dot.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            nice 1 norman cheers

            will look at reduceing tables also guys,
            Gary Simpson
            www.tba
            Replacement blades, drills and cutters for your power tools.....

            Comment

            Working...
            X