table display bug

this simple demo shows a bug where Amaya does not open enough
 room for the first row's text information.   It computes the width of the 
table based on the second line rather than the first one ....  
is it the bolding that is messing the calculation up  or is it
the colspan attribute ... inquiring minds wish to know ???
------
<html>
<head><title>bugtest</title></head>
<body>
<table summary="*" border="2">
<tr>
<th colspan=2>blank document banner</th>
</tr>
<tr>
<th width=15>&nbsp;</th>
<th>blank column</th>
</tr>
<tr>
<th colspan=2>blank document banner</th>
</tr>
</table></body></html>



John Russell, VE3LL@RAC.CA
http://www.cgocable.net/~jrussel
Mystery readers may want to click on DOROTHYL

Received on Wednesday, 10 January 2001 21:26:13 UTC