Remove any whitespace in the code, so that the </td> tag immediately follows the </table> tag, eg </table></td>
Main Topics
Browse All TopicsHi,
I have a nested table html page i keep getting white spaces between them i dont want any can any one help.
Code is here
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 944px; POSITION: absolute; TOP: 0px; HEIGHT: 39px"
cellSpacing="0" cellPadding="0" width="944" border="0">
<TR><td class="tit_botonera" style="WIDTH: 100%; HEIGHT: 30px" bgColor="#a4b3ca"> UT
Summary</td>
</TR>
<TR>
<TD style="HEIGHT: 20px">
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="WIDTH: 324px">1111111111111111111
<TD></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
</TR>
<TR valign="top">
<TD style="HEIGHT: 260px">
<TABLE id="Table2" style="LEFT: 0px; WIDTH: 1278px; POSITION: relative; TOP: 0px; HEIGHT: 264px"
cellSpacing="1" cellPadding="0" height="64" width="1278" border="0">
<TR>
<TD>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Unsure where you se the white gap? After the 11111111111111111111 line and the next one (blank in your case)?
Don't forget that the second row/TD has style="HEIGHT: 260px" and that you are not using VALIGN="Top" in the cell bellow:
<TR>
<TD>
</TD>
</TR>
Should be:
<TR>
<TD VALIGN="TOP">My Other line</TD>
</TR>
Dont exactly get what you are trying to achieve
<TD style="HEIGHT: 260px">
<TABLE id="Table2" style="LEFT: 0px; WIDTH: 1278px; POSITION: relative; TOP: 0px; HEIGHT: 264px"
cellSpacing="1" cellPadding="0" height="64" width="1278" border="0">
A table of height 264 / 64
that too in a TD of height 260........????
Business Accounts
Answer for Membership
by: aspnetdevPosted on 2006-09-14 at 11:44:37ID: 17523255
Theres always a white gap in between </TABLE>
</TD>
How do i remove that