• First off, I know we shouldn’t be using tables but this is an old site and I needed to add a WP blog & custom theme. My problem is….There are gaps between each table row.

    I have tried everything I can find online including “border-collapse”, “border:none”, etc. What’s even more weird is that when I inspect the element in a browser, there’s no style shown for the table, tr, td, etc.

    http://davidmagic.net/blog/

    Can anyone help? Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firefox with the Firebug add-on for this kind of work.
    http://getfirebug.com/

    Thread Starter icommstudios

    (@icommstudios)

    Thanks, I have been using Firebug and I can’t seem to find anything that affects the table. I had assumed that it was a border-collapse issue on the table tag but that doesn’t seem to help. It is definitely related to the theme, b/c if I switch to a div based theme, there is no gap issues.

    Any insight is appreciated. Thanks

    you need to set line-height for tr to 0px
    you’ll need to explicitly set the line height for other elements like p and h1,h2, etc in your css back to 19px

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

The topic ‘Gaps in Table based theme’ is closed to new replies.