In paragraph form field with label underneath
Posted
by aslum
on Stack Overflow
See other posts from Stack Overflow
or by aslum
Published on 2010-04-29T19:16:11Z
Indexed on
2010/04/29
19:47 UTC
Read the original article
Hit count: 316
I'd like to have an input box in the middle of a paragraph, with the label in smaller text underneath it. Kind of like:
Hello [________________], This is to inform you
(Customer Name)
that the [____________] you ordered is no longer
(Item Name)
available.
I thought it would be pretty easy to do, but my brain doesn't appear to be working today. Is it possible to do this with just CSS, and in a simple enough manner that it can be adapted to different forms easily?
© Stack Overflow or respective owner