【发布时间】:2020-10-06 01:17:49
【问题描述】:
我在注册表单中创建了自定义单选按钮,但它们没有在 chrome 中显示。
请检查代码和帮助。以下是表格的链接
http://landandpropertymarket.com/signup.php
<div class="form-group">
<label><input type="radio" name="usertype" value="1" >Agent </label>
<label><input type="radio" name="usertype" value="2" >Owner </label>
<label><input type="radio" name="usertype" value="3">User</label>
</div>
【问题讨论】:
-
或者您查看的是页面的缓存版本?
标签: php html css twitter-bootstrap google-chrome