Max Power
Max Power

Reputation: 153

HTML email signature showing up as raw html code

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

Answers (2)

Max Power
Max Power

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

Wim Mertens
Wim Mertens

Reputation: 1790

image is self closing <img /> in stead of <img></img>

Upvotes: 1

Related Questions