glideslope
Programmer
The following code produce whitespace below the image. When the <form> is removed the whitespace disappears. Why?
<html>
<table border=1>
<tr>
<td>
<form>
<img src="butt0.gif">
</form>
</td>
</tr>
</table>
</html>
<html>
<table border=1>
<tr>
<td>
<form>
<img src="butt0.gif">
</form>
</td>
</tr>
</table>
</html>