Reputation: 153
I've created an HTML email signature, which displays fine by itself in a browser but when I paste it as my signature in my email client (roundcube) all the recipient of my email sees is the raw html code.
I tried adding body tags but am unable to come up with a solution.
Am I missing something simple, as I haven't coded an HTML signature before.
The structure of the signature is simple and is basically:
<div>
<img></img>
<p></p>
<p></p>
</div>
Upvotes: 0
Views: 1705
Reputation: 153
Turns out my client along with some other no doubt aren't capable of displaying html code. So I have to stick with a boring plain signature.
Upvotes: 0