Forums

Problems with captcha

GreyHead 16 Sep, 2011
Hi Erik,

It's there but your template is giving it a very faint border. Add a little CSS snippet to change the formatting.

Bob
Oneeye_Viking 19 Sep, 2011
I have tried to make i Black, it works fine in Safari and Firefox, but not in IE8.
GreyHead 19 Sep, 2011
Hi Erik,

Please post a link to the form so I can take a quick look.

Bob
Oneeye_Viking 19 Sep, 2011
Is it not the link in the top you mean?
GreyHead 19 Sep, 2011
Hi Erik,

Sorry, I read the forums upside down and didn't' scroll down that far.

The CSS in template-ie8.css is setting the border to none for all input boxes with the !important setting.

You could probably use the id as a selector to over-ride this.
#chrono_verification {
border: 1px solid black !important;
}

Bob
This topic is locked and no more replies can be posted.