spaces between table rows in IE6

Discussion in 'HTML & Website Design' started by abcdefGARY, Sep 3, 2006.

  1. #1
    this is what I want it to look like:

    [​IMG]

    here's what it looks like in Internet Explorer (note the space between the table row):

    [​IMG]

    heres another picture with more added table rows:

    [​IMG]

    I put cellspacing="0" in the <td> tag but it doesn't seem to work...

    if anyone could shed some light on this, it would be greatful. thanks.
     
    abcdefGARY, Sep 3, 2006 IP
  2. wmburg

    wmburg Active Member

    Messages:
    300
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Cellspacing isn't a TD attribute. It's a TABLE attribute. :)

    <table cellspacing="0">
     
    wmburg, Sep 3, 2006 IP
  3. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #3
    put your code here, or give the URL maybe the problem is in the CSS you have
     
    ludwig, Sep 4, 2006 IP
  4. abcdefGARY

    abcdefGARY Well-Known Member

    Messages:
    665
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #4
    oh...

    I don't really like giving the URL to the public, I sent it to you in a pm, Ludwig.

    edit: I fixed it...
     
    abcdefGARY, Sep 4, 2006 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #5
    Why? If you just don't want people to see a work in progress, give it a non-normal name, eg. indextest.html. Make robot.txt no-index.

    cheers,

    gary
     
    kk5st, Sep 5, 2006 IP