Rylee
03-17-2003, 10:14 PM
Every week, we send out html specials by E-mail to all of the people in our database. In testing a new format, I sent an e-mail to my hotmail account only to find that none of the images came across and the hyperlinks all go from a light color to a dark color. I thought maybe it was just hotmail, but when I forwarded someone else's e-mail to my hotmail, all of the images showed up...How do I get that to happen to mine?:confused:
ASAAKI
03-18-2003, 11:02 AM
you should have your images uploaded somewhere on the web, and then use HTML tags in your email message, like:
<img src="http://www.mysite.com/myimages/image.gif">
you'll need to first enable Rich text I think, or one of the Hotmail/Yahoo options to use HTML.
Rylee
03-18-2003, 05:10 PM
I do have all of my images uploaded to the website.
Does it make a difference if I put "images/image.gif" instead of the full address?
Nightfire
03-18-2003, 05:54 PM
full url
http://yoursite.com/image.gif
Rylee
03-18-2003, 08:09 PM
Thanks for your help...I tried that and it worked.