Jump to content

Recaptcha looks werid?


Liru

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.