From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
David MurchieI can't believe this is really happening but it appears that any img
embedded in my html template that has dimensions of 120w x 90h is "dropped"
from the template by HTML::Template -- view the source an
Hiya,
Martijn wrote:
> You can use HTML::Clean to strip comments, whitespace etc., from your
> processed templates before printing them.
This is by far the best method for me right now... Right now, while
my app is being built, my config file has htmlclean = no, once I set it to
yes, ins
Feel free to shoot that idea down with constructive flames, or share
your commenting techniques with us.
TIA
__
Regards
Gabriel Fortuna
Internet Solutions
"This e-mail may contain confidential information and may be legally
privileged and is intended only for the pe
Hi Simran...
Bear in mind that doing this essentially defeats the main purpose of
templates in general, and HTML::Template in particular, which is, namely, to
separate logic from presentation. I've had situations where I've needed and
elsif here and there, but it's best left in the code.