Author Topic: HTML Signature  (Read 4467 times)

Offline littlegreyfella

  • Newbie
  • *
  • Posts: 1
HTML Signature
« 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.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: HTML Signature
« Reply #1 on: October 08, 2013, 01:06:18 PM »
Roundcube does not yet support that. It has been registered as a requested future feature.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: HTML Signature
« Reply #2 on: October 08, 2013, 03:02:27 PM »
I'm confused what the problem is, I've had images in my signature before, you just need to link to the image.

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: HTML Signature
« Reply #3 on: October 08, 2013, 03:27:34 PM »
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.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline warhead

  • Newbie
  • *
  • Posts: 1
Re: HTML Signature
« Reply #4 on: October 08, 2013, 03:43:34 PM »
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 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  :)