This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

height between captcha
#1

hello guys
how i can make heignt between captcha and answer of captcha ?
thank you
Reply
#2

This is kind of a workaround since the text is in a span element, but you can just use this css in the stylesheet
PHP Code:
<?php 
.captcha_part_answer_text {
display: inline-block;
margin-top: [gap height here];
}

Alternatively, open "comments/includes/template/form.php" and edit line 664 (656 in version 1.6) to include a "margin-bottom". Example:
PHP Code:
<?php 
<img id="siimage" style="float: left; margin-bottom: 16px;" src="' . $settings->url_to_comments_folder . 'captcha/securimage_show.php?sid='.md5(uniqid(time())).'"

I'm giving you three guesses...
Reply
#3

thank you very much Static, that fixed, i try only second methode Smile thankssssssssssssssssssssssssssssssssssss
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post

Forum Jump:


Users browsing this thread: 1 Guest(s)