Log in

View Full Version : I Can't position my table



Bornfree
05-14-2007, 09:24 PM
Hi Guys,

By this question you will have a idea as to how new i'm to all this. Anyway when i try to view my page In IE it apperas that it shifts to the bottom leaving space on top. I have put the image in a table. CAn someone please tell me how to fix it. It appears o.k. in FF

Link: http://www.multicode.com.au/test.html

boogyman
05-14-2007, 10:35 PM
i didnt see anything drastically wrong, but if you are worried about the gray not stretching to the top add this to your css file



body {
margin: none;
padding: none;
}

Bornfree
05-14-2007, 10:50 PM
Thanks a lot