I can display an image using pure HTML:

<img SRC=\"pattern.jpg\" <align=LEFT>

But I cannot do it in perl.

I have tried the following:

$server='http://my.com';
print "<img src=\"$server/htdocs/patterns/pattern.jpg\" height=\"57\"
width=\"504\">\n";

print "<img SRC=\"pattern.jpg\" <align=LEFT>";


print"
<div align=\"center\">
  <center>
  <table border=\"0\" width=\"80%\">
    <tr>
      <td width=\"50%\"><img border=\"0\"
src=\"$server/htdocs/patterns/pattern-RP.jpg\"></td>

What I am I doing wrong?

Thanks,

Jerry





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to