Re: Empty <div> tags

* Charles Reitzel wrote:
>Ok, I see what you mean.  Is this behavior specific to DIV or would it 
>apply to other block level tags?  What about PRE, BLOCKQUOTE, CENTER?
>
>Empty TD elements have meaning as placeholders.  However empty TDs should 
>probably be handled the same way as empty Ps: insert a &nbsp;  This is my 
>standard hand-coding practice to make tables w/ empty cells look OK.

Empty <p> elements get dropped, empty <td>s should stay empty <td>s.
Inserting &nbsp;s is considered rather harmful.

Received on Tuesday, 17 December 2002 00:34:51 UTC