Code: Select all
<table border="1" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr><td height="*" width="100%">topSpan</td></tr>
<tr><td height="144" width="100%">content</td></tr>
<tr><td height="*" width="100%">bottomSpan</td></tr></table>Code: Select all
<table border="1" cellpadding="0" cellspacing="1" height="100%" width="100%">
<tr><td colspan="3" height="*" width="100%"> </td></tr>
<tr><td height="144" width="*">leftSpan</td>
<td height="144" width="288">Logo</td>
<td height="144" width="*">rightSpan</td></tr>
<tr><td colspan="3" height="*" width="100%"> </td></tr></table>My question is, if anyone knows ... what is the general rule that browsers follow on this? and does anyone have some code they'd be willing to share? thanx ...