Skip to main content
Inspiring
July 5, 2010
Question

CAPTCHA background and text colours

  • July 5, 2010
  • 1 reply
  • 2480 views

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

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    July 7, 2010

    <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.

    Inspiring
    July 8, 2010

    Hi

    That doesn’t work.

    Does anyone have any advice?

    Regards

    Delon

    BKBK
    Community Expert
    Community Expert
    July 8, 2010

    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!