How to send HTML messages with images

on Tuesday, July 12, 2011

If you want an HTML message with images included, you have only to are two things:

1. Download the image to your web hosting. If you do not have one, you can use one of the free thousands of accommodation on the internet.

2. In the html code of your message, you need to replace the IMG tag, which looks like this:

< img src = "…." "alt ="Topic Picture"width ="120? height ="35? >

the "...". "with the URL of the image that is uploaded in your web hosting. For example, if your address is:

http://geocities.com/JohnSmith/

and the name of the image is

Picture1.gif

URL of your image will then be:

http://geocities.com/JohnSmith/picture1.gif

and the IMG tag will be:

"< img src="http://geocities.com/johnsmith/picture1.gif ">

just replace it with one generated from your favorite html, such as Word or Front Page Editor, and that's it.

This way to integrate images into your html message is preferred for most people, due to the economics of bandwidth. In this way you tie not the image directly to the message and the message gets smaller and will be sent several times faster.

Related Post :


{ 0 comment... read them below or add one }

Post a Comment