RE: [htmltmpl] Images with height/width of 90/120???

2006-02-16 Thread Gabriel Fortuna
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

RE: [htmltmpl] Template commenting question

2002-12-02 Thread Gabriel Fortuna
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

[htmltmpl] Template commenting question

2002-11-27 Thread Gabriel Fortuna
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

RE: [htmltmpl] ElseIF syntax...

2002-11-20 Thread Gabriel Fortuna
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.