T
tbjohnso2
Weird kind of issue. I have been sending out a newsletter for about 9 months
with a couple of images within the email successfully. The last time I tried
to send it looked fine within my HTML email, but if I sent it to myself or
anyone else the last graphic that I had in the email would replace all images
above, but would stretch or shrink based on the size of the above graphics.
So if I had 3 different graphics - let's say #1: title banner for the
newsletter; #2 picture of a person; #3 screen shot of a web site. The screen
shot of the website would appear in the place of #1 and #2 and it would take
on the dimensions of the above graphics. Below is the HTML - which is quite
simple:
<p>Image 1</p>
<p><img src="http://www.mysite.com/_images/banner.gif"/></p>
<p>Image 2</p>
<p><img src="http://www.mysite.com/_images/person.jpg"/></p>
<p>Image 3</p>
<p><img src="http://www.mysite.com/_images/website_screenshot.jpg"/></p>
Any thoughts on why this would start to happen with the above code? Thanks!
with a couple of images within the email successfully. The last time I tried
to send it looked fine within my HTML email, but if I sent it to myself or
anyone else the last graphic that I had in the email would replace all images
above, but would stretch or shrink based on the size of the above graphics.
So if I had 3 different graphics - let's say #1: title banner for the
newsletter; #2 picture of a person; #3 screen shot of a web site. The screen
shot of the website would appear in the place of #1 and #2 and it would take
on the dimensions of the above graphics. Below is the HTML - which is quite
simple:
<p>Image 1</p>
<p><img src="http://www.mysite.com/_images/banner.gif"/></p>
<p>Image 2</p>
<p><img src="http://www.mysite.com/_images/person.jpg"/></p>
<p>Image 3</p>
<p><img src="http://www.mysite.com/_images/website_screenshot.jpg"/></p>
Any thoughts on why this would start to happen with the above code? Thanks!