using the "out-of-the-box" captcha helper with Codeigniter with no trouble except, I am making the "word" a two 5-letter long random strings (ex. WDRTH IFTBG)
occasionally, the image is drawing a lot of "padding" to the left of the first string, resulting in the second string running off the image. It may cut the last character in half, or it may cut it off completely, resulting in a 5-letter/4-letter image although the db value is correctly 5 and 5.
i have a "refresh value" option, but when it cuts it down to 5 and 4 it looks normal to the user and they won't understand why the value won't validate.
Is there anyway to control this extra padding when the image is drawn?
TIA!