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
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
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)
Bob
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 with a break tag or some other formatting.
Bob
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
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
Hi Adam,
Are you using the mambot? In which case you need to make a similar change in the mambot file.
Otherwise . . .
Bob
Are you using the mambot? In which case you need to make a similar change in the mambot file.
Otherwise . . .
Bob
This topic is locked and no more replies can be posted.