Jump to content

[SOLVED] can someone check this..


DeanWhitehouse

Recommended Posts

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>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.