Re: NN6 Doctype question

by "Captain F.M. O'Lary" <ctfuzzy(at)canopy.net>

 Date:  Mon, 18 Dec 2000 17:22:41 -0500
 To:  MEovino(at)Estes-Express.com,
hwg-basics(at)mail.hwg.org
 In-Reply-To:  express
  todo: View Thread, Original
Mike,

I know you are going to find this hard to believe but . . . 

if you'll take out the spaces between the table cells it'll work right.

Seriously.

It's been a NN bug for a loooong time.

You gotta but the opening td in a tr right up against the preceding closing
td. tdSee what I tdmeantd? :-)

<.tr>
<.td>whatever<./td>  <.td>whatever more<./td>
<./tr>

makes NN unhappy.

<.tr>
<.td>whatever<./td><.td>whatever more<./td>
<./tr>

makes NN happy.

I know, I know, it is not supposed to mater a hoot - but it does.
And why in the heck you are experiencing it depending on which DTD you use
. . . I would have to refer to Mr. Mozilla, 'cause I'm clueless!

HTH,
Fuzzy.



At 03:56 PM 12/18/00 -0500, MEovino(at)Estes-Express.com wrote:
>
>Why is it that when I use the following doctype on a page
>
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
>
>There are big spaces between the images and the right and bottom edges of
their table cells.
>
>This page
>
>http://www.estes-express.com/
>
>uses that doctype.
>
>However, when I use this doctype
>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>
>Everything works fine.
[ . . .]
______________________________________________________________
Captain F.M. O'Lary
webmaster(at)canopy.net
Why is it that doctors call what they do "practice"?
------------------------------------------------------------------

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA