Can't connect the bottom part of my template (footer) to the body.

Discussion in 'HTML & Website Design' started by MediaHustler, Feb 20, 2007.

  1. #1
    MediaHustler, Feb 20, 2007 IP
  2. MediaHustler

    MediaHustler Well-Known Member

    Messages:
    1,857
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    120
    #2
    Anybody know what the problem is?
     
    MediaHustler, Feb 20, 2007 IP
  3. MediaHustler

    MediaHustler Well-Known Member

    Messages:
    1,857
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    120
    #3
    NVM i'm just getting rid of the bottom
     
    MediaHustler, Feb 20, 2007 IP
  4. infernaliuns

    infernaliuns Active Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Hi,

    The problem is the spacing of <tds>, to solve the problem, replace this:

    <TABLE WIDTH="800" HEIGHT="100%" BGCOLOR="#000000" BORDER="0" ALIGN="center">
    HTML:
    for this:

    <TABLE WIDTH="800" HEIGHT="100%" BGCOLOR="#000000" BORDER="0" ALIGN="center" cellpadding=0 cellspacing=0>
    HTML:
    Thanks
     
    infernaliuns, Feb 20, 2007 IP
    MediaHustler likes this.
  5. MediaHustler

    MediaHustler Well-Known Member

    Messages:
    1,857
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    120
    #5
    Wow i'm such an IDIOT!!!

    It was one of them things that you just look over no matter how hard you search.

    Thanks alot!
     
    MediaHustler, Feb 20, 2007 IP