in reply to Re: HTML::FormFu element attributes
in thread HTML::FormFu element attributes
Today I re-wrote my HTML::FormFu, and added some surrounding Blocks (tag: div) around my elements, corrected my CSS to target the selectors more precisely, and I now have the kind of form I wanted, where the long text inputs (Name and Address) are stacked vertically, and the shorter fields (City-State-Zip) are on one line (horizontally).
In every case, I have my label sitting on top, aligned to the left edge of the Input box. Neat!
Thanks again, Monks. You do a great service to the Perl community here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::FormFu element attributes
by Your Mother (Archbishop) on Sep 22, 2009 at 17:30 UTC | |
by neptuneray (Sexton) on Sep 22, 2009 at 19:07 UTC |