[Zope] Display an image
Allen May
allen.may@mcsinet.com
Mon, 21 Jan 2002 13:57:28 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1A2AD.78DB89A0
Content-Type: text/plain;
charset="iso-8859-1"
I am trying load images into my pages.
When I open the page it displays an ASCII dump of the image data rather than
the actual image.
I can view the image by itself but can't pull it into a page.
What am I doing wrong?
Thanks
-Allen
<dtml-var standard_html_header>
This is the <dtml-var document_id> Document
in the <dtml-var title_and_id> Folder.
<dtml-var logo.gif>
<dtml-var standard_html_footer>
------_=_NextPart_001_01C1A2AD.78DB89A0
Content-Type: text/html;
charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>Display an image</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>I am trying load images into my pages.</FONT>
<BR><FONT SIZE=2>When I open the page it displays an ASCII dump of the image data rather than the actual image.</FONT>
<BR><FONT SIZE=2>I can view the image by itself but can't pull it into a page.</FONT>
</P>
<P><FONT SIZE=2>What am I doing wrong?</FONT>
</P>
<P><FONT SIZE=2>Thanks</FONT>
</P>
<P><FONT SIZE=2>-Allen</FONT>
</P>
<P><FONT SIZE=2><dtml-var standard_html_header></FONT>
<BR><FONT SIZE=2>This is the <dtml-var document_id> Document </FONT>
<BR><FONT SIZE=2>in the <dtml-var title_and_id> Folder.</FONT>
<BR><FONT SIZE=2><dtml-var logo.gif></FONT>
<BR><FONT SIZE=2><dtml-var standard_html_footer></FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C1A2AD.78DB89A0--