Liru Posted October 8, 2010 Share Posted October 8, 2010 Link: http://topicflix.com/contact-us.php You can see my Recaptcha and it looks kinda werid the text box where you put the text and stuff is kinda hanging on the right side when it should be on the left side. How can I fix that? Here is my code of my contact page entirely also with the Recapatcha where it is and stuff. <h3>Contact <span>Form</span></h3> <form id="contacts-form" action="" method="post"> <fieldset> <div class="field"><label>Your Name:</label><input type="text" value=""/></div> <div class="field"><label>Your E-mail:</label><input type="text" value="" name="from"/></div> <div class="field"><label>Title:</label><input type="text" value=""/></div> <div class="field"><label>Your Message:</label><textarea cols="1" rows="1" name="msg"></textarea></div> <form method="post" action="verify.php"> <?php require_once('recaptchalib.php'); $publickey = "*hides key*"; // you got this from the signup page echo recaptcha_get_html($publickey); ?> </form> <br /> Quote Link to comment Share on other sites More sharing options...
Liru Posted October 8, 2010 Author Share Posted October 8, 2010 Help please anyone? Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 8, 2010 Share Posted October 8, 2010 It has a 11 html validation errors. Some of those may be affecting it. Quote Link to comment Share on other sites More sharing options...
Liru Posted October 9, 2010 Author Share Posted October 9, 2010 It has a 11 html validation errors. Some of those may be affecting it. What errors are they? Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted October 9, 2010 Share Posted October 9, 2010 Google W3C html validator. Bookmark that site, it comes in quite handy. 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.