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
: '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
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"
>
&
> 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
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