Hi all
I use a webmail facility from my email provider through Roundcube and cannot get the signature to work correctly. I'd like to insert a jpg logo within the signature, but it doesn't seem to work. I've even tried to do it through a source code html encoding, but it still won't work. Has anyone worked out how to do this.
Thanks
Simon.
Roundcube does not yet support that. It has been registered as a requested future feature.
I'm confused what the problem is, I've had images in my signature before, you just need to link to the image.
The request always seems to be that they want to embed the image in the sig, not link to it.
Since I tend to dislike images in sigs, I've never tried either method, don't know what works first-hand.
Quote from: littlegreyfella on October 08, 2013, 11:17:26 AM
Hi all
I use a webmail facility from my email provider through Roundcube and cannot get the signature to work correctly. I'd like to insert a jpg logo within the signature, but it doesn't seem to work. I've even tried to do it through a source code html encoding, but it still won't work. Has anyone worked out how to do this.
Thanks
Simon.
You can encode image in signature (html), try this simple:
if for example wont to make signature:
Name
<img src="url_to_image">
You need to click on Settings->Identities in sigrnature editor You will see button "HTML", click on that :)
Ok, now go on http://webcodertools.com/imagetobase64converter (http://webcodertools.com/imagetobase64converter) and click on "browse", select image and click on Upload, after 1-2 sec You will got new image tag, copy over Your image tag. That is all, now You have embed picture in signature. Enjoy :)