Re: displaying images

2002-04-10 Thread Jerry Preston
command in the browser? > > Regards > > -Original Message- > From: Charlton, Mark [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 6:07 PM > To: 'Connie Chan '; 'Jerry Preston '; 'begginners ' > Subject: RE: displaying images &g

RE: displaying images

2002-04-10 Thread Charlton, Mark
: 'Connie Chan '; 'Jerry Preston '; 'begginners ' Subject: RE: displaying images In XHTML 1.0 quotes around parameters are compulsary. You can skip the quotes, but it is not valid XHTML code. Therefore I feel it is better practice to always use quotes where

RE: displaying images

2002-04-10 Thread Charlton, Mark
the code more readable. Regards -Original Message- From: Connie Chan To: Jerry Preston; begginners Sent: 4/10/02 12:58 PM Subject: Re: displaying images > I can display an image using pure HTML: > > First, this is wrong HTML, you should write as > print" > &

Re: displaying images

2002-04-10 Thread Connie Chan
> I can display an image using pure HTML: > > First, this is wrong HTML, you should write as > print" > > > You should give a \ for %, that is 80\%. If no vars and aposophy are inside a print, you can use single quote pair, so you can write everything without using \ for escape

displaying images

2002-04-10 Thread Jerry Preston
I can display an image using pure HTML: But I cannot do it in perl. I have tried the following: $server='http://my.com'; print "\n"; print ""; print" What I am I doing wrong? Thanks, Jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m