Re: formatting tables generated by checkbox_group()

[email protected] ("Sean Davis")
Newsgroups perl.beginners.cgi
Message-ID <[email protected]>
On Nov 26, 2007 5:10 PM, neil <[email protected]> wrote:
> Hi,
>
> I was wondering if its possible to get the class="" field passed to
> the tables generated by checkbox_group()?

Not a direct answer to your question, but you will want to move away
from using CGI to generate HTML and move toward using a templating
system such as HTML::Template or Template Toolkit.  It is a little
more investment up front, but it is definitely worth the learning if
you are talking about styling pages.  Template engines move the VIEW
out of your code.  Let the code do the business logic and the template
engine take care of the presentation.

Sean
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.