- From: Chris Matson <saexpress@netscape.net>
- Date: Wed, 13 Sep 2000 17:28:33 -0400 (EDT)
- To: html-tidy@w3.org
Pretty layout problem
<!-- comment goes here -->
<!--#include file="footer.inc" -->
<!-- another comment goes here -->
when TIDY'd (? sp.) looks like this
<!-- comment goes here --><!--#include file="footer.inc" --><!-- another
comment goes here -->
Any way to retain the original layout? Perhaps a new-blocklevel-tag? Something
in the config file?
Also, when there's only ONE comment the pretty version has an extra blank line
after it (which thus detaches the comment from the following block - defeating
it's purpose), thus
<!-- comment -->
<p>Markup here</p>
instead of
<!-- comment -->
<p>Markup here</p>
Any way to fix this?
____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://home.netscape.com/webmail
Received on Wednesday, 13 September 2000 18:05:32 UTC