How to display HTML <FORM> as inline element?

后端 未结 7 2001
死守一世寂寞
死守一世寂寞 2020-12-02 10:43

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

7条回答
  •  既然无缘
    2020-12-02 11:40

    Move your form tag just outside the paragraph and set margins / padding to zero:

    Read this sentence

提交回复
热议问题