Copy link to clipboard
Copied
Hi
A client of mine has complained a few times that the CAPTCHA background colour and text colour are too similar and the alphanumerals cannot be read.
How can i manipilate text and background colour?
Here is my code:
<cfimage action="captcha" height="50" width="180" text="#strCaptcha#" difficulty="low" fonts="verdana,arial,times new roman,courier" fontsize="20">
thank you
Delon
Copy link to clipboard
Copied
<cfimage action="captcha" height="50" width="300" text="#strCaptcha#" difficulty="low" fonts="verdana,arial,times new roman,courier" fontsize="20" style="background:yellow">
Experiment with different colours besides yellow.
Copy link to clipboard
Copied
Hi
That doesn’t work.
Does anyone have any advice?
Regards
Delon
Copy link to clipboard
Copied
What do you mean when you say it doesn't work? I hope you realize you have to expect a non-yellow mixture of colors even if you specify a yellow background!
Copy link to clipboard
Copied
Hi
I have just found another solution which seems to work:
See www.tinga.co.za/reservations.cfm to view the captcha at work.
Copy link to clipboard
Copied
Flashdakota wrote:
I have just found another solution which seems to work:
Great! Could you please share it with us?
Copy link to clipboard
Copied
Been having the same issues with a couple of my clients...They are getting fairly irritated just trying to read the CAPTCHA, so I did some digging and came across this company located in Cali..Confident Technologies and they look like they are just getting started but seem to have a pretty good solution..I tried it and was impressed.
Copy link to clipboard
Copied
Hi
Sorry about the delay..
Well its hardly a mind blowing solution... but it worked for my problem.
My initial problem was that the text wasn’t readable at times.
The captcha was on a black background...
So all I did was place the captcha inside a
</div