my website http://404tools.com you can type in the sign up fields on Firefox but not google chrome, opera, safari,and Microsoft edge. I am not sure what the problem is or even where it would be. Any help with this would be great this is the index.php below if you need any code please ask ill upload it.

我的网站http://404tools.com你可以输入Firefox上的注册字段,但不能输入谷歌浏览器,歌剧,野生动物园和微软边缘。我不确定问题是什么,甚至不确定。任何有关这方面的帮助都很棒这是下面的index.php,如果你需要任何代码请问上传它。

 <?php
 session_start();
  include('inc/config.php');
  include('inc/functions.php');

  BlockIP();
 LoggedInTrue();
  ?>
<html>

<head>
  <title>    404Tools - Home</title>
<link rel="icon" type="image/x-icon" href="http://404tools.com    /favicon.ico" />
 <link rel="stylesheet" href="css/main.css" type="text/css"   media="screen" />
 </head>

 <body>
<div id="wrapper">
    <div id="sidebar">
        <div id="menu">
            <div id="menu-header">
                <div id="title">
                        <span>404</span>Tools
                </div>
            </div>

            <div id="menu-account">
                <div id="account-info">
                    <table>
                        <tr>
                            <td>User</td>
                            <td><span>uriphere</span>
                            </td>
                        </tr>

                        <tr>
                            <td>Level</td>
                            <td><span>admin</span>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>

            <div id="menu-menu">
                <div class="menu-news">
                    <h2 class="current"><a href="#">Home</a></h2>
                </div>

                <div id="menu-login">
                    <ul>
                        <li id="loginstrip" class="current"><a href="#" id="login">Login</a>
                        </li>
                        <div id="dropdown">
                            <form method="POST">
                                <div id="dropdown-strip">
                                    <div id="dropdown-text">
                                        <input type="text" name="username" placeholder="Username" autocomplete="off" />
                                    </div>
                                </div>

                                <div id="dropdown-strip">
                                    <div id="dropdown-text">
                                        <input type="password" name="password" placeholder="Password" autocomplete="off" />
                                    </div>
                                </div>

                                <div id="dropdown-strip2">
                                    <div id="dropdown-text">
                                        <span id="loginbutton"><input type="submit" value="Login" name="login" /></span>
                                    </div>
                                </div>
                                                                </form>
                        </div>
                    </ul>
                </div>
            </div>
        </div>
    </div>

    <div id="main-news">
        <div id="main-header">
            <div id="main-title">
                Please use the form below to register an account this process can take up to 24 hours if you don't receive an account by then either check your spam or fill out another request.
            </div>
        </div>
        <div id="main-content-news">
            <a href="index.php">
                <div id="logo">
                    <IMG STYLE="text-align: center; TOP:30px; left:-1px;WIDTH:500px; HEIGHT:180px" SRC="new11.png" alt="">
            </a>

            </div>

            <div id="main-content-news">

            </div>
            <div id="box">
            </div>

            <div id="box-content">
                <br />
                <br />
                <div id="box-xeon">

                    <body>

                        <form method="POST">
                            <div id="dropdown-strip">
                                <div id="dropdown-text">
                                    <input type="text" name="username" placeholder="Username" autocomplete="off" />
                                </div>
                            </div>

                            <div id="dropdown-strip">
                                <div id="dropdown-text">
                                    <input type="password" name="password" placeholder="password" autocomplete="off" />
                                </div>
                            </div>

                            <div id="dropdown-strip">
                                <div id="dropdown-text">
                                    <input type="password" name="repassword" placeholder="repassword" autocomplete="off" />
                                </div>
                            </div>
                            <table>
                                </tr>
                                <td>
                                    <input type="submit" name="register" value="Register" />
                                </td>
                                <td>
                                                                        </td>
                                </tr>
                            </table>
                        </form>

                        <span style="padding: 5px;"><font color="#FFF">  </font><a href=""</a></span>

                    </body>
                    <div id="box-content">


                    </div>

                </div>
            </div>
        </div>
    </div>
</div>

2 个解决方案

#1


0

The <table> that exists in your <form> element has a </tr> as the first tag inside of it. This should be changed to a <tr> and it will fix your problem.

元素中存在的

有一个 作为其中的第一个标记。这应该改为 ,它将解决你的问题。

Having </tr> before a <tr> basically means that you are closing a table row before you are opening it, which is breaking your HTML

在之前 基本上意味着在打开表格行之前关闭表格行,这会打破你的HTML

更多相关文章

  1. 21个新奇漂亮的Ajax/CSS表格设计
  2. 填充HTML表格列,两个边框?
  3. 网站开发进阶(二十五)js如何将html表格导出为excel文件
  4. 100%高度分区内显示:表格单元分区
  5. html 防止表格或div被撑开
  6. 怎样把Excel表格转换成html网页格式输出?急!!
  7. HTML之表格篇——表格的嵌套
  8. 第二个表格单元格未与顶部对齐
  9. 对于表格数据,什么渲染更快,CSS或?

随机推荐

  1. 基于Platinum库的DMR实现(android)
  2. android进度条的样式
  3. android ListView 中getview学习总结
  4. Android(安卓)安装配置及其项目开发
  5. Android启动续-------SystemSever启动
  6. Android自用-----Android中一些关于Activ
  7. Android之路——第二个Android小程序(Andr
  8. Android imageView图片按比例缩放
  9. freescale Android(安卓)Camera 调试总结
  10. Android(安卓)Paint和Color类