JSchwarz
06-21-2004, 10:32 AM
Can anyone figure out why I can't get the content of the rightmost cell (the one outlined in red, which starts "Welcome to EY Incident Management") to vertically align to the top (like I do the left cell)?
I have the valign to top, border width and cell padding/spacing all set to zero. Yet the space between the top border and the content remains.
The page is way to long to post here, but here's the link (user: guest, pwd: secret): http://tinyurl.com/397d7
Here is a code snippet:
<TABLE summary="Main content table" style="MARGIN:0px"
cellspacing=0 cellpadding=0 width=811 valign=top border=01>
<TR><td><img src="/icons/ecblank.gif" height=1 width=7></TD>
<TD nowrap width=150 valign=top name="Left pane">
<table style="MARGIN:0px" cellspacing=0 cellpadding=0 valign=top border=01><td>
<A href="https://tis-ny-domino5.tisny.com/ey/incident.nsf">Incident Report Home</A>
</TD></table></TD>
<P><TD><img src="/icons/ecblank.gif" height=1 width=7></TD>
<TD valign=top name="Content pane" cellpadding=0 cellspacing=0 bordercolor=red>
<TABLE summary="Button table top" style="MARGIN:0px"
cellSpacing=0 cellPadding=0 width=661 valign=top border=01>
<TD colspan=20 class=normal vAlign=top style="BORDER-BOTTOM: #4ac401 1px solid">
<B>Welcome to EY Incident Management</B></TD></TR><BR>
<FONT SIZE=2><TR style="align:right; valign:top;"></FONT>
<td align=right width=650></td>
<td style="align:right">
<INPUT TYPE=button VALUE="Edit Report" CLASS="button"
onClick="window.open(...);">
<FONT SIZE=2></td><td width=3></td></FONT>
<td style="align:right">
<INPUT TYPE=button onClick="
window.print();
" VALUE="Print" CLASS="button">
<FONT SIZE=2></td><td width=3></td></FONT>
<td style="align:right">
<INPUT TYPE=button VALUE="Close" CLASS="button"
onClick="return _doClick('2be55bf7fae4028c85256eb4004c5665/$Body/0.EFE', this, null)">
<FONT SIZE=2></td></FONT>
</tr></table summary="Button table">
I have the valign to top, border width and cell padding/spacing all set to zero. Yet the space between the top border and the content remains.
The page is way to long to post here, but here's the link (user: guest, pwd: secret): http://tinyurl.com/397d7
Here is a code snippet:
<TABLE summary="Main content table" style="MARGIN:0px"
cellspacing=0 cellpadding=0 width=811 valign=top border=01>
<TR><td><img src="/icons/ecblank.gif" height=1 width=7></TD>
<TD nowrap width=150 valign=top name="Left pane">
<table style="MARGIN:0px" cellspacing=0 cellpadding=0 valign=top border=01><td>
<A href="https://tis-ny-domino5.tisny.com/ey/incident.nsf">Incident Report Home</A>
</TD></table></TD>
<P><TD><img src="/icons/ecblank.gif" height=1 width=7></TD>
<TD valign=top name="Content pane" cellpadding=0 cellspacing=0 bordercolor=red>
<TABLE summary="Button table top" style="MARGIN:0px"
cellSpacing=0 cellPadding=0 width=661 valign=top border=01>
<TD colspan=20 class=normal vAlign=top style="BORDER-BOTTOM: #4ac401 1px solid">
<B>Welcome to EY Incident Management</B></TD></TR><BR>
<FONT SIZE=2><TR style="align:right; valign:top;"></FONT>
<td align=right width=650></td>
<td style="align:right">
<INPUT TYPE=button VALUE="Edit Report" CLASS="button"
onClick="window.open(...);">
<FONT SIZE=2></td><td width=3></td></FONT>
<td style="align:right">
<INPUT TYPE=button onClick="
window.print();
" VALUE="Print" CLASS="button">
<FONT SIZE=2></td><td width=3></td></FONT>
<td style="align:right">
<INPUT TYPE=button VALUE="Close" CLASS="button"
onClick="return _doClick('2be55bf7fae4028c85256eb4004c5665/$Body/0.EFE', this, null)">
<FONT SIZE=2></td></FONT>
</tr></table summary="Button table">