Title: Problem w/ table height
Last modified: August 18, 2016

---

# Problem w/ table height

 *  dinthoniel
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/)
 * Sorry, I’m sure there’s a simple solution for my problem, I just can’t see it.
   
   On my blog page, the cell that contains the wordpress-powered text seems to stretch
   the height of the table, and in spite of my valign attributes the side navigation
   bars get pushed down. Can anyone tell me what I’m doing wrong here? Bad table:
   [http://www.dinthoniel.org/](http://www.dinthoniel.org/) Good table: [http://www.dinthoniel.org/about.php](http://www.dinthoniel.org/about.php)
   Thanks a bunch!!

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [southerngal](https://wordpress.org/support/users/southerngal/)
 * (@southerngal)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26847)
 * Probably remove the line height in the .CSS 🙂
 *  Thread Starter Anonymous
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26849)
 * Nah. Doesn’t compute. I use the same CSS incl. line heights on the pages that
   look fine. Thanks for the suggestion, though.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26851)
 * In your navigation table on the left on the first page there is a small, empty
   DIV that perhaps is pushing the table contents down.
    I am using Firebird as 
   a browser, and a set of Web Developer Tools that work with Firebird which, among
   other things, can outline block level elements and tables. This is how I can 
   see an empty DIV at the top of the left-hand navigation. HTH. Craig.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26852)
 * Actually, the more I look at it, it seems that perhaps your intent was to wrap
   the table with the DIV. If that is the case, then that didn’t happen. The DIV
   is not wrapping the table in the same way as the table on the right-side navigation.
   
   Craig.
 *  Thread Starter Anonymous
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26855)
 * Hm. The DIV is just supposed to control the appropriate CSS styles. And I have
   the same DIV tag for the right hand navigation… Thanks anyway.
    Still clueless,
   Irina.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26857)
 * Irina,
    I understand what you are saying about the DIV tag and the CSS styles.
   What I am saying is that your right-hand navigation table is nicely nestled in
   a DIV wrapper. However, the left-hand table is NOT within a DIV. I will do a 
   screen capture of the outlines and post it on my site this afternoon or this 
   evening. Craig.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26863)
 * Irina,
    If you visit [http://www.nuclearmoose.ca/screens/images/](http://www.nuclearmoose.ca/screens/images/)
   you will see the screen captures I got on Firebird. One shows Block Level Elements
   outlined, one shows Table Elements outlined, and the third shows both outlined
   together. It may be too much of a cluster to get anything from, but I posted 
   it anyway. You will see that your DIV structure on the left side is different
   than the DIV on the right. I hope this helps. Craig.
 *  Thread Starter Anonymous
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26871)
 * Craig,
    thanks so much for the time & effort you put into this! I can see from
   your images what you’re talking about, but it doesn’t reflect in the code!! For
   both cells, left and right, I have the tag structure <td><div><table>…</table
   ></div></td> So either something else causes the problem or I’m going insane…
   🙁 Irina.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26878)
 * Irina,
    Sorry to hear that. I know how frustrating stuff like this can be. Oh,
   wait…I just saw something in your latest post…do you actually have DIVs inside
   of a TABLE? It seems to me that you can put a TABLE into a DIV, but not vice-
   versa. Your code above implies to me that you have a TABLE with a DIV with a 
   TABLE. Is this correct? This may, in fact, be the problem. I have a forum where
   I can ask this question. I’ll post the reply when I get it. Craig.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26879)
 * Irina,
    Could you post the actual code? I can have some experts look at it and
   maybe a fresh set of eyes will find an issue. Here is part of an answer I have
   already received: “You can place divs within a table. However, if those divs 
   are absolutely positioned (and maybe fixed too, not sure), then the divs will
   not appear within the table cell its code is within.” They would like to see 
   the actual code, if possible. Craig.
 *  Thread Starter Anonymous
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26882)
 * Craig,
    as it seems to be difficult to post code here, could I e-mail you a txt
   file? If so, where to? Once again, I can’t thank you enough!! Irina.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26883)
 * Irina,
    Craig (at) nuclear moose dot com.
 *  Thread Starter Anonymous
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-26962)
 * Craig,
    it is done! I needed a moment to glue all the includes back into one 
   file! Happy Thanksgiving, btw. Irina.
 *  [dinthoniel](https://wordpress.org/support/users/dinthoniel/)
 * (@dinthoniel)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-27236)
 * I hate to drag this up again.
    I just found out that everything looks perfectly
   fine in Netscape 7.0, but the other browsers I tested just don’t like it. Any
   ideas on that? Anyone? *sob*, Irina.
 *  [southerngal](https://wordpress.org/support/users/southerngal/)
 * (@southerngal)
 * [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-27249)
 * Are you using .CSS? If so, is it’s validated? I use valid .CSS and can view my
   site in all browsers relatively the same, there may be slight differences.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Problem w/ table height’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 15 replies
 * 4 participants
 * Last reply from: [southerngal](https://wordpress.org/support/users/southerngal/)
 * Last activity: [22 years, 6 months ago](https://wordpress.org/support/topic/problem-w-table-height/#post-27249)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
