Example:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Image Resizing</title>
</head>
<body>
<table style="width: 100%;">
<tr>
<td style="width: 100%; height: 200px;">
<img src="TheImage.jpg" style="width: 100%; height: 100%;" />
</td>
</tr>
</table>
</body>
</html>
