RE: [htmltmpl] Images with height/width of 90/120???
Brought to you by:
samtregar
From: David M. <dmu...@sn...> - 2006-02-16 15:02:04
|
I never thought of trying it from the command line (duh!) but it does work!!! I'm now off to the Symantec web site to find out why Norton Internet Security would filter out all images with those dimension (probably because it is a common advertisement dimension???) Never mind... and thanks! -----Original Message----- From: Jason Purdy [mailto:ja...@jo...] Sent: Thursday, February 16, 2006 9:50 AM To: David Murchie Cc: htm...@li... Subject: Re: [htmltmpl] Images with height/width of 90/120??? I'm not seeing it: > $ perl ./test.pl > Content-type: text/html > > <html> > <img src="/images/image.jpg" height=90 width=120> </html> My guess is that your browser is cleaning up after you? Try putting quote marks around the numbers. - Jason |