小编ale*_*lex的帖子

如何设置表单框的大小?

我正在使用这种形式,它在Dreamweaver中应该出现,但是当我在网站上使用它时它再次大.该网站通过include作为动态内容(php)加载.

<form action="index.php" method="get">
        <input type="hidden" name="content" value="home" />
        <label>Go to
          <input style height="20" width="40" type="numeric" name="page" />
        </label>
        <input type="submit" value="Go" />
      </form>
Run Code Online (Sandbox Code Playgroud)

我感谢任何帮助!

html php forms

1
推荐指数
1
解决办法
1万
查看次数

标签 统计

forms ×1

html ×1

php ×1