I have extra space in between a few of the rows in my table and I cannot get rid of it. This is what the code looks like. The extra space is in between the cell with the text "How six sigma works" and the image "learning objectives". It is also between the cell with the text "and here also" and the link "Presentation"
Any help would be appreciated
<body>
<table width="95%" height="99%" border="0">
<!--DWLayoutTable-->
<tr>
<td width="100%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="12" rowspan="4"><img src="../website/images/spacer.gif" width="12" height="8"></td>
<td>
<h3>How Six Sigma works</h3></td>
</tr>
<tr>
<td><d1>
<dt><img src="../website/images/learningobjectives.gif" width="155" height="18"></dt>
</d1></td>
</tr>
<tr>
<td>
<dl>
<dt><span class="list1"><img src="../website/images/bullet.gif" width="19" height="16" align="left">Realworld
examples here</span></dt>
<dt class="list1"><img src="../website/images/bullet.gif" width="19" height="16" align="left">And
here also</dt>
</dl></td>
</tr>
<tr>
<td><a href=" http://www.estudioforlearning.com/py...st/player.html" target="_blank"><img src="../website/images/presentation.gif" width="220" height="24" border="0"></a></td>
</tr>
</table></td>
</tr>
|