cretaceous wrote:get rid of this <TH COLSPAN=3><b>Options</b></TH>
That is correct HTML, but the <b> tags should not be necessary (typically the contents of <th> elements are emphasised already) and all the column headers ought to be <th> elements.
r2ks: have you considered using CSS to specify the table's border, instead of the (deprecated) border= and align= attributes? And, for that matter, specifying bold text?