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