Pictures not appearing in message

photosue

New Member
Hello- I have tried a million times to put a picture in an html message using MaxBulk Mailer. I swear I'm following the instructions exactly, loading the picture up onto my website with the correct link in the code, but the recipient only gets a little ? logo where the picture should appear.

Any suggestions? ( please ! )
 

photosue

New Member
<img src="../Users/susanwer/Desktop/michael/03.jpg" alt="01.jpg" width="650" height="448" longdesc="http://www.wernerphoto.com/michael/01.jpg">
 

photosue

New Member
oops....this code is corrected but still isn't working

<p align="center"><a href="http://www.wernerphoto.com/michael/01.jpg"><img src="01.jpg" alt="michael" width="742" height="511" border="0" longdesc="http://www.wernerphoto.com/michael/01.jpg"></a><br>
 

stanbusk

Administrator
Staff member
Your code is wrong. Use:

<img src="http://www.wernerphoto.com/michael/01.jpg" alt="01.jpg" width="650" height="448">

or

<img src="http://www.wernerphoto.com/michael/01.jpg" alt="michael" width="742" height="511" border="0">
 

logic001

New Member
Hi I need to send a mail out with photo and text. Sorry but I dont even have the basics.. Do I need to upload the photo first to some site? Any recommendations?

regards & thank you

paul
 
Top