Re: Ignoring empty paragraphs

Surely there's also a valid use for empty <p> tags? Namely, a paragraph
whose contents will be filled in later using DHTML (appendChild or
similar)?

Sure, you could get around the limitation by using a <div> instead, or
putting useless content (eg. &nbsp;) in the paragraph, but I think the
idea of this rule was to *decrease* HTML's kludge level, wasn't it?

-- 
Andrew Clover
Technical Support
1VALUE.com AG

Received on Monday, 10 April 2000 03:37:51 UTC