DeanWhitehouse Posted April 27, 2008 Share Posted April 27, 2008 When i view my home page, the submit button isn't clickable. Can someone check if this is just me or the site. this is the link http://deanwhitehouse.awardspace.co.uk/home.php this is the code for the form <table bgcolor='#999999' align='right'><form action=" <?php echo "$server"; ?> " method='POST'> <tr><td>Username: </td><td><input type='text' name='user_name' value="<?php echo $_COOKIE['uname']; ?>" /><br /></td></tr> <tr><td>Password:</td><td> <input type='password' name='user_password' value="<?php echo $_COOKIE['userpw'] ?>" /><br /></td></tr> <tr><td><input type="hidden" name="login" value="true"><input type="submit" value="Submit"></td></tr> <tr><td><input type="checkbox" name="remember" <?php echo $_COOKIE['check'] ?>> Remember Me </td></tr><tr><td><a href="register.php">[Register]</a></td></tr><tr><td><a href="forgot_password.php">[Forgot Password?]</a></td></tr></table> </form> Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted April 27, 2008 Author Share Posted April 27, 2008 looking through my other codes shows there is a table infront of the button Quote Link to comment Share on other sites More sharing options...
dptr1988 Posted April 27, 2008 Share Posted April 27, 2008 The HTML output is all messed up!!! The document does not containt the basic html, head, body structure. The w3c validator can point out all of the HTML errors for you. http://validator.w3.org/. Once you get the HTML errors fixed, then this submit button problem will probably fix it's self. http://validator.w3.org/check?uri=http%3A%2F%2Fdeanwhitehouse.awardspace.co.uk%2Fhome.php&charset=%28detect+automatically%29&doctype=Inline&group=0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.