recaptcha风格有问题

时间:2014-03-18 11:12:43

标签: css styles recaptcha

我正在使用此页面中的recaptcha http://www.mawk3y.net/news2/contactus.php但突然风格已经改变,没有任何理由这里是代码

<script type="text/javascript">
  var RecaptchaOptions = {
    theme : 'clean'
  };
</script>

<?php
  require_once('recaptcha/recaptchalib.php');
  $publickey = "key here"; 
 echo recaptcha_get_html($publickey);

1 个答案:

答案 0 :(得分:1)

刚刚将recaptcha移出包含表格的主div,现在没有问题,我不知道原因