Can't get image link to appear
Hello,
I am using Dreamweaver to create a basic HTML email for my organization. Unfortunately, I must use Outlook to send my emails, so I have been using the developer tab and macros to insert an html file into the outlook email.
I tested the functionality with an html template that I downloaded from the web. I loaded it into Dreamweaver, it all displayed properly, and saved it. Then loaded it into Outlook. All pictures work and display correctly.
However, when I replace one of the images with an image of my own on the web, it does not display the image in the email. I have linked to this image on other webpages and it displays just fine.
Here is the code from the original email, with the image that is working:
<td valign="top" style="padding:0" bgcolor="#ffffff">
<a href="#"><img class="deviceWidth" src="https://www.emailonacid.com/images/blog_images/Emailology/2013/free_template_1/headliner.jpg" alt="" border="0" style="display: block; border-radius: 4px;" /></a>
</td>
Here is the code from the new email, with the image replaced but not working:
<td valign="top" style="padding:0" bgcolor="#ffffff">
<a href="#"><img src="http://i.imgur.com/mqMiCyL.png" alt="" width="580" class="deviceWidth" style="display: block; border-radius: 4px;" border="0" /></a>
</td>
When I load the first one, it appears correctly. When I load the second one, the image does not show. I cannot for the life of me figure out what I am doing incorrectly.
I have the same problem if I use a starter template from Dreamweaver. If I add the image from the first code, it works in outlook. If I add the one from imgur it does not work.
Any thoughts?
TIA
