CountZero has asked for the wisdom of the Perl Monks concerning the following question:
I was updating my knowledge of Catalyst by running through the tutorial for the integration of HTML::FormHandler.
Next I was trying to layout the different HTML fields of the form in a nice way using CSS. I did find out after some searching how to add CSS-classes to the various fields, so that was OK.
Then I tried to add a <Legend> tag to the fieldset.
HTML::FormHandler through the HTML::FormHandler::Render::Simple renderer encloses all your fields in one single fieldset of the "main_fieldset" class, but adding a <Legend> tag to that fieldset got me stumped.
Does anyone of you have some experience with these modules and knows how to accomplish this?
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::FormHandler rendering
by Anonymous Monk on May 15, 2010 at 18:59 UTC | |
by CountZero (Bishop) on May 15, 2010 at 20:54 UTC | |
by Anonymous Monk on May 15, 2010 at 23:53 UTC | |
by CountZero (Bishop) on May 16, 2010 at 07:54 UTC | |
|
Re: HTML::FormHandler rendering
by Khen1950fx (Canon) on May 16, 2010 at 04:14 UTC | |
by stonecolddevin (Parson) on May 18, 2010 at 18:14 UTC |