If you look at the source of the first form page, the captcha tag is:
<input name="chrono_verification" type="text" style="vertical-align:top" id="chrono_verification" value="">
However, if you type the captcha wrong, and it reloads, then the source shows the captcha tag to be:
<input name="chrono_verification" type="text" id="chrono_verification" value="">
The <<< style="vertical-align:top" >>> property is missing from all the input tags after the first load which creates an inconsistent look.
I have added the tag to the php on line 75 of chronocontact.php for Joomla 1.5
Please add this back in (or take the initial vertical align out) for consistency in the next release.
Thanks!
Johnny
<input name="chrono_verification" type="text" style="vertical-align:top" id="chrono_verification" value="">
However, if you type the captcha wrong, and it reloads, then the source shows the captcha tag to be:
<input name="chrono_verification" type="text" id="chrono_verification" value="">
The <<< style="vertical-align:top" >>> property is missing from all the input tags after the first load which creates an inconsistent look.
I have added the tag to the php on line 75 of chronocontact.php for Joomla 1.5
Please add this back in (or take the initial vertical align out) for consistency in the next release.
Thanks!
Johnny