
Originally Posted by
touchclothing
Any ideas
I'm not sure what version your running, but this is the version I'm running and making comparisons with.
v 2.8 28.04.2007 6:12
You have something going on with the class file. It's creating an input tag instead of a image tag for the redrew button. You may want to compare it with a clean copy.
Check the file permission of both the font folder and files, almost looks like it's not finding or reading the fonts.
Most of the problems with a lack of image showing is some setting with the server or .htaccess file. That's why it's hard to come up with a answer, it's not always the mod...
This is how your page is reading in FF3.0.4...
Code:
<img id="captcha-img" src="http://www.maximhy.com/captcha_img.php?zenid=-----&rand=0.223592001230175309" alt="Enable this picture" title=" Enable this picture " width="240" height="50" />
<input type="image" src="includes/templates/notus/buttons/english/button_redraw.gif" alt="Redraw Capture Image" title=" Redraw Capture Image " onclick="document.getElementById('captcha-img').src='http://www.maximhy.com/captcha_img.php?zenid=-----&rand='+Math.random();return false;" />
When right clicking the image I see this... 0px × 0px (scaled to 240px × 50px) for a size.
This is how mine reads...
Code:
<img id="captcha-img" src="https://www.warehousetoyou.net/captcha_img.php?zenid=---&rand=0.880209001230174997" alt="Enable this picture" title=" Enable this picture " height="50" width="240">
<img src="includes/templates/my_site/buttons/english/button_redraw.gif" alt="Redraw Capture Image" title=" Redraw Capture Image " onclick="document.getElementById('captcha-img').src='https://www.warehousetoyou.net/captcha_img.php?zenid=----&rand='+Math.random();return false;" height="15" width="43">
I put the debug and test back up on my site if you want to compare.. If you do compare, I'm using two fonts and nose. I'll remove the two files after next week for I don't keep them on my live site.