Log in

View Full Version : Placing table



Bornfree
06-06-2007, 03:28 AM
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

kosi
06-07-2007, 06:15 AM
#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.