| <h3>Small Percentage Heights Bug</h3> |
| |
| <p>In the example below, all eight cells should be the same height. It appears that any percentage heights |
| cause cells to fill the entire table height. Note how cell 8 is correct but 2-7 are not, despite the cells |
| all specifying height:30%.</p> |
| |
| <table align=center summary="Table number four describes plain border" border=1 cellspacing=0 cellpadding=10 width=100%> |
| <td valign=center align=center width=100% height=30% bgcolor="#ffff00">Table Data #1<br>Other cells<br>should be the height<br>of this cell</td> |
| <td valign=center align=center width=100% height=30% bgcolor="#006000">TD #2</td> |
| <td valign=center align=center width=100% height=30% bgcolor="#00ffff">TD #3</td> |
| <td valign=center align=center width=100% height=30% bgcolor="#0000ff">TD #4</td> |
| <td valign=center align=center width=100% height=30% bgcolor="#008000">TD #5</td> |
| <td valign=center align=center width=100% height=30% bgcolor="#000080">TD #6</td> |
| <td valign=center align=center width=100% height=30% bgcolor="#cacaca">TD #7</td> |
| <td valign=center align=center width=100% height=30% bgcolor="#000000"><font color="#ffffff">TD #8</font></td> |
| </td> |
| </table> |