Jump to content
MakeWebGames

Signature, my image is not showing up


Floydian

Recommended Posts

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]

Link to comment
Share on other sites

  • 3 weeks later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...