Hi, it seems that Mozilla doesn't display images with a width of zero but a height greater than zero in tables. Is this conform to the standard? I think it should "display" an invisible line cosuming vertical space.
E.g. <table> <tr><td><img src="abc.gif" width="0" height="500"></td></tr> <tr><td>test</td></tr> </table> The text "test" appears at the top of the page (as opposed to when you choose "1" as width) Thanks for enlightenment, Thomas
