<HTML>
<HEAD>
<TITLE>Hello World</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<BASE HREF="http://www.mydomain.com/helloworld.html">
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<table width="361" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
Hello World
</td>
</tr>
<tr>
<td>
<table width=361 border=0 cellpadding=0 cellspacing=0>
<tr>
<td> <img src="images/helloworld.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
This is the html message I am sending out.
And outlook is fine. openwebmail is fine.
But in hotmail. I can only see the text part
"hello world"
but the image is not shown.
First:
<BASE HREF="http://www.mydomain.com/helloworld.html"> is lost in hotmail. hotmail get rid off my html message head part.
So without the base information, the image link is broken.
Second:
hotmail replace my code <img src="images/helloworld.gif"> with some codes like
<img src="http://64. XX.XX.XX//images/helloworld.gif"> add some kind http address by itself.
Thanks!