HTML Signature being re-interpreted

I am trying to use an HTML signature through Notes, however it looks like it is interpreting the HTML that I am providing and then not sending as the HTML I have written.

There is gonna be a bit of code here, so I will write the rest up here and leave the code for last.

When I send via Notes, it appears to re-interpret the code and it as it wants to.

When I send via Thunderbird, I am able to get it to send exactly what I included in the HTML signature, in turn making a very nice looking signature back in Notes.

To reiterate, when sent from Thunderbird and opened in Notes, the message is fully readable and this code is interpreted correctly.

When I forward a message with this signature, it is forwarded correctly.

I would like to get this signature onto my account without copying it from a forwarded message.

Is there something that I am missing as far as setting up Notes to properly handle passthrough html?

I was under the impression that a signature HTML file was always passthrough html, but perhaps I am mistaken there.

Thank you very much for your assistance

~Tyson Edwards

Source Signature

Tyson Edwards Signature - Tomax
<div id="name">Tyson Edwards</div>

<div id="title">Tomax IT</div>

<div id="email" class="contact">

  <a href="mailto:tedwards@tomax.com">

    <div class="icon"><img src="email-icon.jpg" /></div>

    <div class="text">tedwards@tomax.com</div>

  </a>

</div>

<div id="skype" class="contact">

  <a href="skype:tysonlavaredwards?chat">

    <div class="icon"><img src="skype-icon.jpg" /></div>

    <div class="text">tysonlavaredwards</div>

  </a>

</div>

<div id="phone" class="contact">

  <div class="icon"><img src="phone-icon.jpg" /></div>

  <div class="text">801-924-6266 or Ext. 6266</div>

</div>

<div id="desk" class="contact">

  <div class="icon"><img src="desk-icon.jpg" /></div>

  <div class="text">3rd Floor - South Side</div>

</div>

When it arrives, I get the following:


Tyson Edwards


Tomax IT





tedwards@tomax.com




tysonlavaredwards




801-924-6266 or Ext. 6266




3rd Floor - South Side