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 /> Link to comment https://forums.phpfreaks.com/topic/215387-recaptcha-looks-werid/ Share on other sites More sharing options...
Liru Posted October 8, 2010 Author Share Posted October 8, 2010 Help please anyone? Link to comment https://forums.phpfreaks.com/topic/215387-recaptcha-looks-werid/#findComment-1120411 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. Link to comment https://forums.phpfreaks.com/topic/215387-recaptcha-looks-werid/#findComment-1120429 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? Link to comment https://forums.phpfreaks.com/topic/215387-recaptcha-looks-werid/#findComment-1120463 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. Link to comment https://forums.phpfreaks.com/topic/215387-recaptcha-looks-werid/#findComment-1120465 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.