Results 1 to 2 of 2

Thread: Placing table

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

    Default Placing table

    Hi Guys,

    I'm kinda stuck with some issues on i site i'm workin on. I have 2 problems:

    1. I want the image (or banner) to be right on top of the page. (eg www.smh.com.au). it should start right from the end of the browser menu.

    2. All stuff below the banner should be just right below it. no space underneath.


    DO i have to put it in different layers? I tried but it runs away when viewed in different browsers.

    Page url: www.multicode.com.au/index1.html

  2. #2
    Join Date
    May 2006
    Location
    New York City
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    #1 - set body{margin-top} to 0px to get the image at the very top of the page
    #2 - the first nested table is missing a <tr> tag (it has a close, but no open). This may be part of the problem.
    #3 - you also have a </p> with no <p> in the first nested table. That may be part of the problem too.

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
  •