Urgent Help needed with Table HTML

Discussion in 'HTML & Website Design' started by Nima, Jun 2, 2007.

  1. #1
    Hey,
    Does anyone know why this is happening:

    http://www.wallpapers63.com/ in IE

    I dont know why IE spaces the left menu cells so much. It works perfectly in FireFox.

    Please help,

    Thanks
    Nima
     
    Nima, Jun 2, 2007 IP
  2. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #2
    Can anyone help me out here?

    Thanks
     
    Nima, Jun 2, 2007 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'd start by fixing your HTML validation errors. Once your HTML and CSS code are valid (didn't check your stylesheet for validation problems), it'll be a lot easier for me to help you, especially since I'm away from my Web development computer.
     
    Dan Schulz, Jun 2, 2007 IP
    Nima likes this.
  4. funkymario

    funkymario Notable Member

    Messages:
    2,836
    Likes Received:
    369
    Best Answers:
    0
    Trophy Points:
    230
    #4
    i dont know whats happening exactly but to fix that quikly do this:

    1- go to to the firt row in the left (where there is nav-header.gif) then inside this table create another table with 3 rows(under nav-heade.gif).

    2-select your menu then cut it and put it in the first row of the table that you just created,

    3-Delete the whole row (table) of the old menu.

    4-cut and past "usefull websites" and "you ads here" in the second and third row of the table that you just created, then delete the old rows (tables).

    this should fix your problem.
    cheers.
     
    funkymario, Jun 2, 2007 IP
    Nima likes this.
  5. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #5
    I fixed all the little mistakes and it is now validated...

    But I still can't figure out the problem,

    Funkymario, I don't want to do that, because that will put my left menu html code before my main page, which i dont want to (for SEO purposes).

    Any further help is appreciated,

    Nima,
     
    Nima, Jun 2, 2007 IP
  6. NITRO23456

    NITRO23456 Well-Known Member

    Messages:
    516
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #6
    do you mean the gap between the sexy lady and the menu underneath?

    if so replace: <td width="160" style="height:30px" align="center" valign="top">

    with: <td width="160" align="center" valign="top" height="30">
     
    NITRO23456, Jun 3, 2007 IP
  7. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #7
    That's how it was in the beginning which caused the same problem. I changed it to (style="height ....) to fix CSS validations...

    That is not what is causing the gap.

    thanks for the help
     
    Nima, Jun 3, 2007 IP
  8. NITRO23456

    NITRO23456 Well-Known Member

    Messages:
    516
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #8
    looks fine to me when I change that line
     
    NITRO23456, Jun 3, 2007 IP
    Nima likes this.
  9. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #9
    I just added bunch <p></p> to the "Useful Websites" section...

    So the problem is fixed.

    Thanks for the help. Rep has been given to everyone
     
    Nima, Jun 3, 2007 IP