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
In reply to HTML::FormHandler rendering (somewhat SOLVED) by CountZero
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |