<!DOCTYPE html>
<html>
<head>
<title>Setting table width</title>
</head>
<body>
<table width="320" border="1">
<tr>
<td><img src="elephant.jpg" width="312" height="234" alt="Elephant Baby"></td>
</tr>
<tr>
<td><font size="-1"><i>A baby elephant hanging out with its mom, aunts and greataunts, and maybe even its grandmother</i></font></td>
</tr>
</table>
</body>
</html>