Clarence (Andreas M. Schneider) wrote:
> Jason Fleshman wrote:
>
>>I have a similar problem, but it's not paragraph-related that I can see.
>> The two pages below are exactly the same, with the exception that one
>>explicitly uses the 4.01 Loose DTD. Notice the extra vertical spacing
>>in the TDs, especially the ones I'm using as borders. (It's very
>>noticeable in the menus at the top of the page.) Should I be using
>> img {margin: 0px; padding: 0px;} in my style sheet as well?
>>
>
> Looks like http://bugzilla.mozilla.org/show_bug.cgi?id=22274
> (resolved invalid). You may want to use img { display: block }
> (maybe not for all images).
>
> Clarence
Thanks, your suggestion worked perfectly -- didn't even break NN4!
Of course, as several people pointed out in the bug, I should probably
make a page that more closely follows the spirit of the HTML 4 spec, but
that's a project for another day.
--Jason