Announcement

Collapse
No announcement yet.

space between tables

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

    space between tables

    Hi there

    I'm just fixing up the last few allignment bugs on a site and Im trying to get rid of some inconsistent spacing between tables.

    In the shop section of the site
    http://www.dwyers.ie/acatalog/index.html

    there is a large space between the shopnav in blue and the navigation bar ( Nav chain in Grey).
    THese are both part of the Act_product_body template but are in seperate tables.

    When you go 2 steps into the subcategories the space disappears.??

    Basically I'd like to get rid of this space altogether and put it back in myself with spacer gifs

    #2
    Hi Connor,

    I believe I have found the offending code that is causing the space in your page. When viewing the source look for:

    <FORM METHOD=POST ACTION="http://www.dwyers.ie/cgi-bin/ca000001.pl"><A NAME="top">
    <INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"></A><Actinic:WELCOME/></FORM>
    <FORM METHOD="POST" ACTION="http://www.dwyers.ie/cgi-bin/ss000001.pl"><INPUT TYPE=HIDDEN NAME="SHOP" VALUE=""></FORM>

    Commenting this out caused the space to disappear.

    The Act_CatalogBody.html template is responsible for putting this in so try commenting out

    <Actinic:WELCOME/>

    </FORM>
    <FORM METHOD="POST" ACTION="NETQUOTEVAR:SEARCHCGIURL">
    <INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
    NETQUOTEVAR:SEARCHBODY
    </FORM>

    to see if this solves the problem for you.
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X