Tag of the day: CFIMAGE Captcha (part 2)
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 using action captcha with LOW difficulty --->
<cfimage action="captcha" fontSize="18" width="400" height="150"
text="placona" difficulty="low">
<cfimage action="captcha" fontSize="18" width="400" height="150"
text="placona" difficulty="low">
Which will display something like this:

<!--- CFIMAGE using action captcha with MEDIUM difficulty --->
<cfimage action="captcha" fontSize="18" width="400" height="150"
text="placona" difficulty="medium">
<cfimage action="captcha" fontSize="18" width="400" height="150"
text="placona" difficulty="medium">
Displaying something like:

<!--- CFIMAGE using action captcha with HIGH difficulty --->
<cfimage action="captcha" fontSize="18" width="400" height="150"
text="placona" difficulty="high">
<cfimage action="captcha" fontSize="18" width="400" height="150"
text="placona" difficulty="high">
Which is my favorite and hardest one.

Hope you like the examples.


There are no comments for this entry.
[Add Comment]