Announcement

Collapse
No announcement yet.

Problem with tables within productline template

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

    Problem with tables within productline template

    This may seem like a schoolboy error but having altered various tables extensively there is one that is causing me a problem.On the following test page http://www.bagga.mbsweb.co.uk/acatalog/Braves.html there is a gap that I cannot close between cell holding the product name/description and the two smaller cells beneath it. The space between the cells are only meant to be 10pixels and the space within are 5 pixels. An additional problem is that there is a larger gap surrounding the main product image instead of 5px all round.
    Any help/assistance would be appreciated.
    Thanks.

    #2
    Hi,

    Looking at the source of your page I found the following code:

    <table border="1" align="center" cellpadding="5" cellspacing="10" bordercolor="#333333"><tr bordercolor="#00FF66"><td width="213" rowspan="3" bordercolor="#FF9900"> <IMG SRC="ts_red_brave_front.jpg" ALT="Diesel T&#45;shirt" BORDER=0 HEIGHT=250 WIDTH=208 ></td>

    <td height="134" colspan="3" valign="top" bordercolor="#999999"><a name="abraves"></a><span class="actxsmall">Diesel T&#45;shirt<br> </span><br><span class="actxxsmall">100&#37; cotton Diesel tee with &#34;Braves&#34; motif</span><span class="actxxsmall"><br> </span><span class="actxxsmall"> <Actinic:PRICE_EXPLANATION PROD_REF="braves" COMPONENTID=-1></Actinic:PRICE_EXPLANATION></span></td></tr>

    <tr></tr>

    <tr><td height="57" bordercolor="#FF9900"><img src="ts_red_brave_side.jpg"></td><td width="446" height="57" bordercolor="#FF9900"><img src="ts_red_brave_close.jpg"></td></tr>

    (I've split it to make it easier to read). You seem to have an extra row with nothing in it (bolded above). If you delete this and change the rowspan of the main image cell to "2" (also in bold above) then it should get rid of the gap. This should be in the productline template that you are using.

    I hope this is clear.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      Thanks very much - it worked a treat.
      Regards

      Comment

      Working...
      X