If you are using images in your email, you will need to upload those images to the web and then place the link in the code. Here is an example.
- In your HTML code, it will look something like this:
<img src=**file:///C|/Documents and Settings/Compaq_Owner/Desktop/ graphics/icons/love23122.jpg** width="85" height="60" />
- You will need to remove everything in between the ** ** and replace it with the url of the graphic you uploaded. Your code should now look something like this:
<img src="http://www.yourdomainname.com/uploadedgraphicname.jpg" width="85" height="60" />
Any images or graphics that you use will need to be replaced in the same way. That way when you send it through email, the images and graphics will be viewable.