Many ways to do this, some add to html, some to css. You should be able to
go to any website that has a form to inspect how they do it.
Just wrap each label/input pair in a span/div and use a class of
'form-element--inline' or 'form-element--block'. Make the former display:
inline-block and the la
I am trying to build a form, like the type you fill out when you’re buying
something online..billing form with all the fields including city, state, zip
code, etc, where it’s great for the User if those shorter fields are on one
line, with the other, longer fields each on their own line.
I am g
Thanks everyone! Will try these out and see how they work out. I came
across this:
http://wellcaffeinated.net/articles/2012/12/10/very-simple-css-only-proportional-resizing-of-elements/
but I'm guessing it wouldn't work too well for text.
On Sun, Aug 24, 2014 at 11:55 PM, Karl DeSaulniers wrote: