Hey, This is a minor problem but it's really getting to me. I've just been working on a new site. When I view it in FF (which is wot I always use), it works fine. However if I use IE there is a white space between the logo and the cell for the main content. The website is: http://www.MOMSQ.com/ Please could someone tell me how to solve this problem? Thanks, Hodge
If you move </td> up onto the same line as the logo in the html, it should work. <img src = "http://www.MOMSQ.com/images/logo.png" width = "800px" height = "155px" border = "0"></td> Code (markup):
Thanks a lot. That worked! I still can't believe it though! Why is that? Was it because of the white space between the ">" and the "</td>"?