in reply to Re: HTML::FormFu element attributes
in thread HTML::FormFu element attributes

Have you seen http://cpansearch.perl.org/src/CFRANKS/HTML-FormFu-0.05001/examples/vertically-aligned-css/?

Replies are listed 'Best First'.
Re^3: HTML::FormFu element attributes
by Anonymous Monk on Sep 22, 2009 at 05:20 UTC
    Okay, thanks. That vertically-aligned example did the trick! Now I know how to proceed.

    It appears the answer is "No, you cannot eliminate that Div tag added to every Element (or element pair, such as Input/Label)".

    Instead, you must add extra grouping tags (Div, span, whatever) where you CAN control the class name with attributes, outside (surrounding) those elements. Then it is just a matter of targeting your CSS to those selectors.

    Thanks for the quick replies, and the solution!