On Fri, 7 Feb 2003, Drew Taylor wrote:
> Is there a way to trim the extra whitespace\newlines from the final
> output?

Sam Tregar wrote:
> HTML::Clean works for some people.  In general I don't let it bother
> me. It's just a few extra bytes and the browser certainly doesn't
> care. 

The browser does care (under certain circumstances):
        <img src="..."><img src="...">

Is different to
        <img src="...">  <img src="...">

at least on the browsers I've tested. (This has bitten me in the past.)

Regards,
Chris


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to