Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: HTML formatting and Attaching Images


Message #1 by "Dan Temby" <daniel.temby@c...> on Tue, 27 Nov 2001 05:48:17
Hi,



This is a good one..



I have a CDO-NTS script producing and sending HTML formatted emails and 

including attachments.. one or mutiple.. whatever.. no problem.  The thing 

is.. if the attachment is an image (jpg gif etc..), when the email is 

received.. the image appears above the HTML body of the message instead of 

the conventional position which is under the message and below the 

horizontal rule marker.



Any Idea why my life is plauged with such nonsense?



Cheers gang.
Message #2 by "Eric Van Camp" <eric@a...> on Tue, 27 Nov 2001 14:36:52
> Hi,

> 

> This is a good one..

> 

> I have a CDO-NTS script producing and sending HTML formatted emails and 

> including attachments.. one or mutiple.. whatever.. no problem.  The 

thing 

> is.. if the attachment is an image (jpg gif etc..), when the email is 

> received.. the image appears above the HTML body of the message instead 

of 

> the conventional position which is under the message and below the 

> horizontal rule marker.

> 

> Any Idea why my life is plauged with such nonsense?

> 

> Cheers gang.

you say you are using a script, do you use microsoft office generated html?
Message #3 by Sam Clohesy <sam@e...> on Tue, 27 Nov 2001 14:40:45 -0000
I had a similar thing with clients using Eudora, it just wrote out the

binary info of the images



Have you checked mime types etc?



Sam Clohesy

Project Manager

Tel: 0208 772 3958

E: samc@e...

W: http://www.etypemedia.co.uk





-----Original Message-----

From: Eric Van Camp [mailto:eric@a...]

Sent: 27 November 2001 14:37

To: ASP CDO

Subject: [asp_cdo] Re: HTML formatting and Attaching Images





> Hi,

> 

> This is a good one..

> 

> I have a CDO-NTS script producing and sending HTML formatted emails and 

> including attachments.. one or mutiple.. whatever.. no problem.  The 

thing 

> is.. if the attachment is an image (jpg gif etc..), when the email is 

> received.. the image appears above the HTML body of the message instead 

of 

> the conventional position which is under the message and below the 

> horizontal rule marker.

> 

> Any Idea why my life is plauged with such nonsense?

> 

> Cheers gang.

you say you are using a script, do you use microsoft office generated html?

 




Message #4 by "Dan Temby" <daniel.temby@c...> on Tue, 27 Nov 2001 22:55:19
Well.. the HTML is not generated by office, It is manually written and 

basically a table holding a couple of images and some formatted text.  

Also.. the images are displaying correctly so I believe the MIME types are 

correct, its just that the message is being displayed (in any client.. not 

only Eudora) with the attachment first.. then the HTML email body.



Weird..  my html commences and ends with the body tag. but I have tried 

altering the html in allkinds of configurations with no success..

  Return to Index