vertical alignment not with captcha in td

abialek 07 Dec, 2007
We have a form and are trying to get the generated captcha image and input box to be vertically aligned.

Our page is at:

http://candogo.com/website-feedback

Any advice appreciated.

Best,

-Adam<br><br>Post edited by: abialek, at: 2007/12/06 21:25
GreyHead 07 Dec, 2007
Hi Adam,

Look in chronocontact.php for a code chunk like this (this one is from the J1.5 version and is at line 74 in my version)
        $imver = '<input name="chrono_verification" type="text" id="chrono_verification" value="">
              <img src="'.JURI::Base()
            .'components/com_chronocontact/chrono_verification.php?imtype='.$paramsvalues->imtype.'">';
You can replace the &nbsp;&nbsp; with a break tag or some other formatting.

Bob
abialek 07 Dec, 2007
Hi Bob,

Thanks for your quick response. I tried that and it doesn't work. Not sure whether the problem is related to the code or not and was hoping you could offer a suggestions.

Here's what's happening - when I update the file on the server (chronocontact.php) which is in {root directory}/components/com_chronocontact/ no changes to that file seem to alter the presentation of the form on the site.

I even tried renaming and deleting the chronocontact.php file and I would assume the form would not display but it is.

-Adam<br><br>Post edited by: abialek, at: 2007/12/07 00:11
GreyHead 07 Dec, 2007
Hi Adam,

Are you using the mambot? In which case you need to make a similar change in the mambot file.

Otherwise . . .

Bob
sip 07 Dec, 2007
I was looking for this answer too and putting in a <br> in place of the nbsp; worked perfectly.

Thanks<br><br>Post edited by: sip, at: 2007/12/07 16:49
This topic is locked and no more replies can be posted.