| Added: September/19/2008 at 7:07pm | IP Logged
|
|
|
Just purchased the CAPTCHA software and on implementation I notices the input box where you enter in the code did not have color shading in it.
Took me a while to figure out what was causing this because the "example_form.asp document worked fine. What I found was that using a DOCTYPE (any DOCTYPE) made this shading for the input box disappear. In fact I even tried erasing the definition so that all that was left was <!DOCTYPE> and it still made the shading go away.
Can you provide a fix for this anomaly?
The DOCTYPE I use for my website is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
Again, as I said earlier, it really does not matter what doctype you use as they all cause this problem.
|