[quote user="Thomas R. Stephenson"]
> I wish to send an HTML file in the main body of a message, not as an attachment. I receive quite a few of these so it must be able to be
> done. I need the message to open immediately to show the HTML created page. Can someone please oblige in telling me how I can do this.
You might try creating the HTML file and then use the right click "Import HTML file".
[/quote]
Depends what you want to do -- the original post is not clear. Import Text File puts the raw html in the body of the message. Importing an html file puts the interpreted html in the body. Here is an example...
Importing file PmailTest.html as HTML: [note that only the "alt=" text is displayed]
Webcam Image
Importing file PmailTest.html as TEXT: [note that only the entire raw html text is displayed]
<html>
<head>
<meta name="generator" content="HTML Tidy for Windows (vers 25 March 2009), see www.w3.org">
<title>Cottage Webcam</title>
<meta http-equiv="REFRESH" content="62">
</head>
<body>
<p><img name="Webcam" src="http://www.xxxxxx.com/webcam/image.jpg" width="640" height="480" alt="Webcam Image" id="Webcam"></p>
</body>
</html>
[quote user="Thomas R. Stephenson"]<p>&gt; I wish to send an HTML file in the main body of a message, not as an attachment. I receive quite a few of these so it must be able to be
&gt; done. I need the message to open&nbsp; immediately to show the HTML created page. Can someone please oblige in telling me how I can do this.
You might try creating the HTML file and then use the right click "Import HTML file".</p><p>[/quote]</p><p>&nbsp;</p><p>Depends what you want to do -- the original post is not clear. &nbsp;Import Text File puts the raw html in the body of the message. &nbsp;Importing an html file puts the interpreted html in the body. Here is an example...</p><p>Importing file PmailTest.html as HTML:&nbsp;&nbsp;[note that only the "alt=" text is displayed]</p><p>Webcam Image&nbsp;</p><p>
</p><p>Importing file PmailTest.html as TEXT:&nbsp;[note that only the entire raw html text is displayed]</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;meta name="generator" content="HTML Tidy for Windows (vers 25 March 2009), see www.w3.org"&gt;</p><p>&lt;title&gt;Cottage Webcam&lt;/title&gt;</p><p>&lt;meta http-equiv="REFRESH" content="62"&gt;</p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>&lt;p&gt;&lt;img name="Webcam" src="http://www.xxxxxx.com/webcam/image.jpg" width="640" height="480" alt="Webcam Image" id="Webcam"&gt;&lt;/p&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p>
</p><p>&nbsp;</p>