I implemented reCaptcha on the following website. I used recaptchalib.php from Google Code and did not change anything in the PHP file.
However, the reCaptcha result on my website seems to have broken. The buttons have a strange white space above them. It works just fine, but it's not pretty :(
Here is a website that has problems: http: // ### (deleted)
Here is the code I used for the reCaptcha echo form
require_once('recaptchalib.php'); $publickey = "XXXXXXXXXXX";
Best wishes
source share