Wrox Home  
Search P2P Archive for: Go

  Return to Index  

proasp_howto thread: embedding images in HTML email using CDONTS


Message #1 by Russell Peto <russell.peto@i...> on Wed, 13 Feb 2002 10:38:56 -0000
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_01C1B4E7.3214BEF0
Content-Type: text/plain;
	charset="iso-8859-1"

Images in HTML emails work the same as images in HTML pages. You specify a
valid src and the image appears. Put the image in a live HTTP directory and
add a full path to it. eg

<img src="http://www.myDomain.com/images/SmilyFace.gif" width="20"
height="30">

regards
David Cameron
nOw.b2b
dcameron@i...

>  -----Original Message-----
> From: 	Russell Peto [mailto:russell.peto@i...] 
> Sent:	Wednesday, 13 February 2002 9:39 PM
> To:	Pro ASP HowTo
> Subject:	[proasp_howto] embedding images in HTML email using CDONTS
> 
> Hi all, does anyone know how to embed, rather than attach a simple image
(E.G. a GIF) into an HTML formatted email using CDONTS?
>  
>  
$subst('Email.Unsub'). 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.323 / Virus Database: 180 - Release Date: 08/02/2002
> 
> 


  Return to Index