Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)
↧
Re: How to embed an Image
↧
But I am only running a desktop application and the image to be embedded is in a folder with the desktop application. Are you saying I could an http or ftp to reference this file?
Please help.
<imgsrc="http://www.yourWebSite.xxx/bitmaps/sample.gif"alt="Smiley face"height="42"width="42">
<imgsrc="ftp://yourFTPsite.xxx/bitmaps/sample.gif"alt="Smiley face"height="42"width="42">
Please find below the text of my code for embedding an image. It still did not work.
<h3>Account Number...: <i> you also need to provide the full URL of img.src: Dear Support, I wish to embed an image into my email. I am currently using wwsmtp to send my mail. I went through its document but I did not find any such reference. Please find below a sample of the command: <img src="smiley.gif" alt="Smiley face" height="42" width="42"> - Kayode
text to lcHTM TEXTMERGE NOSHOW
<html>
<h1>
<hr/>
<head>
<h2>
<h2>Dear <i>
</head>
<body>
<h3>We wish to inform you that a
<h3>The details of this transaction are shown below:</h3><br>
<h3>Description............: <i>
<h3>Amount...................: <i>
<h2>Thank you for choosing
<img src="e:\wisehuman\bitmaps\sample.gif" alt="Smiley face" height="42" width="42">
</body>
<hr/>
</html>
ENDTEXT
you need to define content-type as HTML
<img src="http://you.com/smiley.gif" alt="Smiley face" height="42" width="42">
Please help.
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)