Forum Bugs

table col span not working

Worker
The SPAN attribute of table columns (COL) appears to be ignored. Prince does not make the columns the same width in the following examples:

<TABLE BORDER=1>
<COL WIDTH=100 SPAN=2>
<TR><TD>100<TD>100</TR>
</TABLE>


(Prince 6.0r7)