Okay, I give up :) (IE6 cell height)

liunx

Guest
Can someone tell me why the extra space below the image, in its cell, in IE6 but not Firefox?

<!-- m --><a class="postlink" href="http://www.themoh.com/pgb/test/">http://www.themoh.com/pgb/test/</a><!-- m -->

My intent, if it matters, is to have the 'content' (lower) cell be growable, vertically, to acomodate whatever i add, which will vary, depending on the page.

Thanks :)Why use tables for layout? Use CSS.Check for white space between your img and td tags.#header img {display:block}whitespace!

silly me, using line breaks and tabs, to make the code look better :p

thanks :p
 
Back
Top