Code mit HTML Transitional:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<table width="250" height="190" border="0" cellpadding="2" cellspacing="2" bgcolor="#999999">
<tr>
<td align="center" valign="middle" bgcolor="#FFFFFF"><a href="http://codedreality.purearea.net/"><img src="http://codedreality.purearea.net/temp/wahrsagerin.jpg"></a></td>
</tr>
</table>
</body>
</html>

Code mit HTML Strict:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<table width="250" height="190" border="0" cellpadding="2" cellspacing="2" bgcolor="#999999">
<tr>
<td align="center" valign="middle" bgcolor="#FFFFFF"><a href="http://codedreality.purearea.net/"><img src="http://codedreality.purearea.net/temp/wahrsagerin.jpg"></a></td>
</tr>
</table>
</body>
</html>

Es ist möglich den überstehenden Whitespace zu entfernen wenn man beiden <img> Tags style="display: block;" hinzufügt aber dann ist das Focusrect futsch.