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
According to HTML spec both and are block elements and you cannot nest them. Maybe replacing the with would work for you?
EDIT: Sorry. I was to quick in my wording. The element doesn't allow any block content within - as specified by HTML spec for paragraphs.