Strange space above banner

Discussion in 'HTML & Website Design' started by crystak, Feb 10, 2006.

  1. #1
    Hello there, my test website is bw2tipstest.50webs.com. As soon as you go on it you will see a huge gap at the top above the logo. I can't figure out what's wrong. At first I thought it was something to do with paragraphs but there aren't any <p> tags. Could anyone help me?
    Thanks :)
     
    crystak, Feb 10, 2006 IP
  2. Blame Me

    Blame Me Guest

    Messages:
    162
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not sure but you could try:

    div#container
    {
    position:absolute;
    width: 122px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    left: 47px;
    top: 256px; <---- remove this I think
    height: 21px;
    }

    You might want to try placing all or most of your divs and page elements in a ccs file. It would make your file smaller and easy to read.

    You also forgot to close one or more <script> tags and <div> tags.
     
    Blame Me, Feb 10, 2006 IP
  3. crystak

    crystak Well-Known Member

    Messages:
    1,121
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    115
    #3
    Oh, thanks; that solved it for a moment but now the Firefox ad is all messed up when I preview the page, it's alot lower than it was before. I didn't upload it however. I guess I'll need to give it another CSS :( oh boy..
     
    crystak, Feb 10, 2006 IP