in reply to CGI table problems

Shouldn't
$data .= $cgi->start_table({-width => 200, -style => 'white-space:nowr +ap' });
work?
Update: this of course only applies to the text wrapping

Don
WHITEPAGES.COM | INC
Everything I've learned in life can be summed up in a small perl script!

Replies are listed 'Best First'.
Re^2: CGI table problems
by rashley (Scribe) on Nov 09, 2006 at 13:38 UTC
    That should work, yes. But for some reason it isn't.