:disgust; I've created a page. Very simple table with images using absolute URL
links to the images. Everything displays fine in both Netscape and Safari, but
the images do not display in Explorer. Personally, I try to avoid Explorer like
a plague but my clients use it so it needs to test properly there. Can anyone
please give me a clue what's wrong with my code?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Woloshin Communications</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="708" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="186" valign="top"><em><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/TopLeft.gif
" width="186" height="164" /></em></td>
<td width="277" valign="top"><img
src="/ClientSites/Woloshin/Images/TopMiddle.gif" width="277" height="164"
/></td>
<td valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/TopRight.gi
f" width="246" height="164" /></td>
</tr>
<tr>
<td width="186" valign="top" bgcolor="#ce241c">&nbsp;</td>
<td valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/MapLeft.gif
" width="277" height="287" /></td>
<td valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/MapRight.gi
f" width="246" height="287" /></td>
</tr>
<tr>
<td width="186" valign="top">&nbsp;</td>
<td colspan="2" valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/MissionStat
ement.gif" width="523" height="109" /></td>
</tr>
<tr>
<td width="186" height="115" valign="top">&nbsp;</td>
<td height="115" colspan="2" valign="top" bgcolor="#4b4142">&nbsp;</td>
</tr>
</table>
</body>
</html>