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
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.
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..