in reply to Cgi and Perl : how to create whitespaces between text and drop down fields?

Whatever you ended up doing in pure HTML, you can also do by letting your Perl-driven CGI script output the same HTML. If you got the desired results by creating one table with two columns, then have your CGI script output one table with two columns.


Dave

  • Comment on Re: Cgi and Perl : how to create whitespaces between text and drop down fields?