| Author |
Message |
photosue
Joined: 11 Mar 2008 Posts: 4
|
Posted: Tue Mar 11, 2008 8:26 pm Post subject: Pictures not appearing in message |
|
|
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 ! ) |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2375
|
Posted: Tue Mar 11, 2008 9:08 pm Post subject: |
|
|
| Please paste the HTML part where you display the picture. |
|
| Back to top |
|
 |
photosue
Joined: 11 Mar 2008 Posts: 4
|
Posted: Tue Mar 11, 2008 9:14 pm Post subject: |
|
|
| <img src="../Users/susanwer/Desktop/michael/03.jpg" alt="01.jpg" width="650" height="448" longdesc="http://www.wernerphoto.com/michael/01.jpg"> |
|
| Back to top |
|
 |
photosue
Joined: 11 Mar 2008 Posts: 4
|
Posted: Tue Mar 11, 2008 9:31 pm Post subject: 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> |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2375
|
Posted: Wed Mar 12, 2008 12:55 pm Post subject: |
|
|
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"> |
|
| Back to top |
|
 |
photosue
Joined: 11 Mar 2008 Posts: 4
|
Posted: Wed Mar 12, 2008 6:05 pm Post subject: Pictures not appearing in message |
|
|
That worked. How did you do that???? I tried making the code in Dreamweaver.
Thanks !!!!  |
|
| Back to top |
|
 |
logic001
Joined: 28 Jan 2007 Posts: 36
|
Posted: Mon May 26, 2008 7:05 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2375
|
Posted: Tue May 27, 2008 9:22 am Post subject: |
|
|
You have the choice between online pictures and inline pictures.
It is recommended to use online pictures in order to keep the message as small as possible. |
|
| Back to top |
|
 |
|