Floydian Posted September 20, 2009 Posted September 20, 2009 Hello, I've put in a signature and the image size is 530 x 73 pixels, and the file size is 6.33 KB. The editor shows the image is there, but the preview doesn't and it doesn't show up in the real signature. What am I doing wrong? PS, I have attached the image I'm using the for signature and I've attached a screen shot of the signature as it was being edited. [attach]1319[/attach] [attach]1320[/attach] Quote
a_bertrand Posted September 20, 2009 Posted September 20, 2009 Could be due to the fact the image is part of a query string. Beside that I don't see why it should not work. Quote
mdshare Posted September 20, 2009 Posted September 20, 2009 I tried everything possible, it seems due to your img url. As infal sollution I've uploaded your image to photobucket and edited your sig, it shows now without any issues. Quote
Floydian Posted September 22, 2009 Author Posted September 22, 2009 That's what's up ;) Thanks for checking it out. Quote
mj12 Posted October 13, 2009 Posted October 13, 2009 If the script generating the image is on your server you can try the following RewriteEngine On RewriteRule ^SCRIPTNAME.php/([^/]*).png$ SCRIPTNAME.php?id=$1 [L] That way the parser here will see it as a static image and not one coming from a dynamic page. That's how i got mine to work. :D Thanks to Mr Bertrand for helping me to figure out the above. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.