Images with height/width of 90/120???
"David Murchie" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.html-template |
|---|---|
| Message-ID | <001c01c63303$38fd4a40$040aa8c0@MoneyMakerIII> |
I 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 and image tag is not included in the html Change either dimension by a pixel (e.g. 121w/90h) and the image appears -- can anyone replicate this? TIA