Reading time: 1 – 2 minutes

as this tag does a whole bunch of things, I decided to show one more usage example.
Today I’m gonna show some captcha:

<cfimage action="captcha" fontSize="18" width="150" height="75" text="placona" difficulty="low">

Which will display something like this:
Captcha placona 1

<cfimage action="captcha" fontSize="18" width="150"
height="75" text="placona" difficulty="medium">

Displaying something like:
Captcha placona 2 

<cfimage action="captcha" fontSize="18" width="150"
height="75" text="placona" difficulty="high">

Which displays my favorite and hardest one.

Captcha placona 3
See how easy we go from very simple to very complex captchas by only changing the attribute difficulty?
Hope you liked the examples.

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>