Roundcube Community Forum

 

New user questions

Started by fz1, October 02, 2012, 08:56:17 AM

Previous topic - Next topic

fz1

Hi
I have just started to use roundcube and have the following questions which i hope you can answer:

1. can I upload a Photoshop type signature ?

2. how do i remove the under line for my web address under my signature?

there are a few more questions which i will come back :)

Thanks in advance



SKaero

1. I'm not sure what a Photoshop type signature is, if you mean having an image in your signature than yes you can do that.
2. Add style="text-decoration:none;" to the <a> tag.

fz1

in html mode? can you provide the whole code plz


fz1

i played around with it but cant getit to work what do i need to add to remove the underline?

also how can you insert images?
;D


SKaero

The code to remove the underline should be:

<a href="http://example.com/" style="text-decoration:none;">Link Text</a>


You can link to an image on a web server or get the base64 value of the image and but that in the img tag.

fz1

<pre><span style="text-decoration: none;"><span style="color: #000000;"><a href="www.example.com" target="_blank"><span style="color: #000000; text-decoration: none;">www.example.com</span></a></span></span></pre>

this is what i have edited. i press update but underline is still there

fz1

what do i need to change in the above code?


SKaero

The code should look like the following:
<pre><a href="www.example.com" target="_blank" style="color: #000000;text-decoration:none;">www.example.com</a></pre>

fz1

#8
Thanks. it removed the line but also removed the link :-[ the web address is no longer linkable
also the font is not the same as the rest of the text

SKaero

Try removing the <pre> tags.