Results 1 to 3 of 3

Thread: I Can't position my table

  1. #1
    Join Date
    Nov 2006
    Posts
    116
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default I Can't position my table

    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

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    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

    Code:
    body {
     margin: none;
     padding: none;
    }

  3. #3
    Join Date
    Nov 2006
    Posts
    116
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default thanks

    Thanks a lot

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •