Sending html code in emails

I’m not sure if this is the right place to post my question, but anyway. The only software I know (or at least, that I have) that can send html code into emails is outlook.

Now, I want the email to display an image in the url: http://www.konceptodigital.com/images/topopen.jpg

using something like


<IMG height=27 
      src="http://www.konceptodigital.com/images/topopen.jpg" 
      width=553>

after it the text will be placed in a table in a table, and the content will close with the image
http://www.konceptodigital.com/images/topend.jpg
(just as a basic example)

The problem is that when I send the email, the images get attached to the message making it a bigger size than it could be using the online source images. I am sure that there’s a way to use directly the online files so outlook will not attach them automatically to the email. Please Help!!

When using the same code sending html emails from yahoo mail or hotmail, it works fine.

:h: