I've coded the image into the email, but won't show in Hotmail

Hotmail seems to be the one email host that doesn’t show my image as I’ve coded down below. I need help to fix this today, please! It’ll show in gmail and outlook.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<meta name="generator" content="Adobe GoLive">
		<title>Your BYU Today Subscription</title>
	</head>

	<body bgcolor="#ffffff">
		<table width="676" border="0" cellspacing="0" cellpadding="0" cool gridx="11" gridy="11" height="475" showgridx showgridy usegridx usegridy>
			<tr height="187">
				<td width="675" height="187" colspan="3" valign="top" align="left" xpos="0"><img src="byutsubhead.jpg" alt="" width="665" height="180" border="0"></td>
				<td width="1" height="187"><spacer type="block" width="1" height="187"></td>
			</tr>
			<tr height="287">
				<td width="22" height="287"></td>
				<td content csheight="256" style="font-size: 11px; font-family: Gotham, Helvetica, Arial, sans-serif; color: gray; line-height: 17px;" width="630" height="287" valign="top" xpos="22">Dear Peter,<br>
					<br>
					Thank you for your interest in Brigham Young University. Through <i>BYU Today,</i> the university's monthly e-mail newsletter, you will receive information about BYU sports,&nbsp;research,&nbsp;students, alumni programs, and other campus news. Please enjoy the May/June 2010 issue on <a href="http://today.byu.edu" target="_blank">our Web site.</a> The July 2010 issue will be sent to you by e-mail.<br>
					<br>If you did not request this subscription or if you change your mind at any time, please reply to this message and indicate your desire to unsubscribe. You may also unsubscribe at any time through our Web site.<br>
					<br>
					Sincerely,<br>
					<i>BYU Today</i> Staff<br>
					Brigham Young University<br>
					<a href="mailto:byutoday@byu.edu">byutoday@byu.edu<br>
					</a><a href="http://today.byu.edu">http://today.byu.edu<br>
					</a></td>
				<td width="23" height="287"></td>
				<td width="1" height="287"><spacer type="block" width="1" height="287"></td>
			</tr>
			<tr height="1" cntrlrow>
				<td width="22" height="1"><spacer type="block" width="22" height="1"></td>
				<td width="630" height="1"><spacer type="block" width="630" height="1"></td>
				<td width="23" height="1"><spacer type="block" width="23" height="1"></td>
				<td width="1" height="1"></td>
			</tr>
		</table>
		<p></p>
	</body>

</html>

Many email clients don’t display images by default, or the account owner has opted not to display them. In short you cannot guarantee recipents will see images so it’s advisable to provide a text only version of your email as well.

thanks for the tips!

There are two ways of handling images in emails.

Linking to images means that the image needs to be downloaded from a web server to display in the email. Mst people have that option disabled since if they download any images in a spam email then the spammer has a record of their email address having viewed the spam so they can send lots more.

Embedding the email in the email means that a base 64 encoded version of the image is sent in the email itself. Most people using separate email programs should be able to see the images if you do it this way but webmail programs may not be set up to handle them.