PDA

View Full Version : problem with stretching table layout


drdavidge
10-10-2005, 11:13 PM
hey guys.. im having a problem with my table layout - its not stretching properly. take a look here:

http://www.egoid1.net/company-fact-sheet.php (user: egoid123 pass: cmware321)
this page looks fine, its how it is suposed to work.

then click on careers on the left, and it gets messed up (the left nav moves down)

Any ideas? I'm kinda stuck and don't really have much time to re-create this layout in a more proper fashion (as much as i would like to)

Any suggestions are really appreciated.

Thanks!

alvis
10-10-2005, 11:23 PM
I noticed that within your table you had an un-used cell

EX.

<tr>
<td>
</tr>

the browser may leave some space for this cell therefore giving you the gap between your links and head. (also check for un-necessary <p> and <br> tags)

Dave Smith-Haye
10-10-2005, 11:27 PM
it's just a

<tr>
<td>

tag, and I saw no closers, so get rid of it.

drdavidge
10-10-2005, 11:31 PM
hmm.. which line do you see that on?

Dave Smith-Haye
10-10-2005, 11:32 PM
38 & 39 I believe.

Dave Smith-Haye
10-10-2005, 11:37 PM
Wait never mind, I found the closing tags. my bad.

drdavidge
10-10-2005, 11:43 PM
yea i was just looking again.. their deep down. that outside table is just a border. any other ideas?