in reply to CGI table column widths

oops - just after posting this, i came up with the answer!! i needed to put quotes around the 250px

this works:

print table( col({-width=>'250px'}), col({-width=>'150px'}), Tr([ td(['first column','second column']) ]) );