This is probably a basic html/css question...
I have a simple one-button form that I would like to display inline inside paragraph text.
Rea
You can try this code:
User: Password:
The important thing to note is the css style property in the tag.
display:inline!important;