Can't put PHP form in a table

前端 未结 2 423
梦毁少年i
梦毁少年i 2021-01-28 00:52

I\'ve created a form which works fine, but when I put it in a table it always thinks the form is incomplete - is there a way I can put it in a table (so it looks nice!) without

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-28 01:18

    Place the form tags outside of the table like so:

    Name
    Address

    If you are needing to specify width, height, etc.. then use CSS.

    Here is a great tutorial on it: http://www.w3schools.com/css/

提交回复
热议问题