web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

CSS in EMail Template

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I recently posted a question about how tu use an Advanced Editor to product a E mail Template with Advanced formatting (using array for instance).

After searching on Google I found this post which explain it doesn't exist even in version of Spring 2015 which must arrive in On Premise version in Autumn.

 https://community.dynamics.com/crm/f/117/t/151513

So I gave up

But I found this blog suggesting to create an Email Template only with html code. And after some test it seems to work.

https://joshimandarblog.wordpress.com/2015/03/21/building-html-email-template-in-dynamics-crm/

So I created with a WYSIWYG Editor (external of the CRM Software) an Email Template I want to create. In this html file I used css file.

When I see the result in CRM (and even in Outlook after sending the mail), I saw that all html part was translated but nothing is correctly interpreted in CSS part.

I tried either to external the CSS part in Web Ressource, either I put it on the head tag of HTML but every time the result is the same.

Is it possible that MS Dynamics CRM can not interpret the CSS file in Email or Email Template even it can interpret HTML ?

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Rajkumar Rajaraman Profile Picture
    on at

    Hello,

    Refer this blog:

    community.dynamics.com/.../styling-emails-with-css-clickdimensions-blog

    blog.clickdimensions.com/.../styling-emails-with-css.html

    Hope this helps.

    Regards,

    R.Rajkumar

    "Please mark my answer as verified if you found it helpful"

  • VITALTH Profile Picture
    on at

    Yes it is a good idea and when I see my html file with a browser the result of the converter is the same between html file with css and html without css.

    The fact is the result in CRM and mail, even if it is better (I see for instance the border of tables), is not as good as expected :

    - There is lot of carriage return between tables

    - I think the police is not recognize because when I see some data in cell in tables in browers all is in one a single line but in the result of CRM the data take two line in cell.

  • VITALTH Profile Picture
    on at

    Maybe it is due to that the software you suggest me create a style tag in each tag which contain a CSS class and this style tag is improperly interpreted by CRM

  • Rajkumar Rajaraman Profile Picture
    on at

    Please mark my answer as verified if you found it helpful

  • VITALTH Profile Picture
    on at

    When you said "answer verified" : do you want I clik "yes" in "Did this answer your question ?"

    Because in fact I recognize that your answer is helpful but it doesn't answer exactly at my problem.

  • Rajkumar Rajaraman Profile Picture
    on at

    ok, elaborate your problem detail on here

  • VITALTH Profile Picture
    on at

    Ok the fact is when I create my html file (which doesn't contains CSS style thanks to you suggestion), I see the result on every brower and it match with expected.

    When I copy and past the html file in CRM as email Template and after that I create a Mil with this Template, the result is not the same as in browser.

  • Rajkumar Rajaraman Profile Picture
    on at

    post your code on here

  • VITALTH Profile Picture
    on at

    You're right but is it possible to create attached file in this forum ?

    because first the html file contains lot of lines and I want to show you the result in mail with a screenshot

  • VITALTH Profile Picture
    on at

    Ok I don't know how to attached a file.

    But here you have my html code (which doesn't refer to css class thanks to your link).

    <!DOCTYPE html>
    <html>
      <head>
      </head>
      <body style="  width:930px;height:1537px;font-family:Calibri" class="body">
        <table class="entete" style="height: 93px;padding: 0;border-spacing: 0;border-collapse: collapse">
          <!--tbody!-->
          <tbody>
            <tr>
              <td class="col1" style="border-style: solid;border-width: 1.5px;width: 274px">
                <br>
              </td>
              <td class="col2" style="border-style: solid;border-width: 1.5px;width: 396px;font-size: 14pt;font-weight: bold;text-align: center">IMPRIME
                COMPTE CLIENT</td>
              <td class="col3" style="border-style: solid;border-width: 1.5px;width: 256px">
                <p class="style1" style="font-size: 10pt;font-weight: bold;text-align: center;vertical-align: middle">Transmission
                  CRM<br>
                  ou <br>
                  Faire parvenir à :<br>
                </p>
                <p class="style2" style="font-size: 10pt;font-weight: bold;text-align: center;text-decoration: underline">service.recouvrement@sogetrel.fr
                  </p> </td>
            </tr>
            <!--/tbody!-->
          </tbody>
        </table>
        <table class="type-demande" style="font-size: 16pt;font-weight: bold;text-align: center;margin-left: auto;margin-right: auto">
          <tbody>
            <tr>
              <td>Demande </td>
              <td>
                <div class="solvabilite-ok" style="visibility: visible;display: block">??</div>
              </td>
              <td> de Solvabilité </td>
              <td> <br>
              </td>
              <td> Création client</td>
            </tr>
          </tbody>
        </table>
        <table class="demandeur" style="height: 75px;padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black">
          <tbody>
            <tr class="titre-ligne" style="font-size: 10pt;font-weight: bold;text-align: center;color: red">
              <td class="col1" style="border-top: 0;border-bottom: 0;border-left: 1.5px solid;border-right: 1.5px solid;border-color: black;width: 303px">Nom
                Demandeur Sogetrel : </td>
              <td class="col2" style="border-top: 0;border-bottom: 0;border-left: 1.5px solid;border-right: 1.5px solid;border-color: black;width: 395px">Société
                :</td>
              <td class="col3" style="border-top: 0;border-bottom: 0;border-left: 1.5px solid;border-right: 1.5px solid;border-color: black;width: 229px">N°
                Compte client CRM :</td>
            </tr>
            <tr class="contenu" style="height: 55px;background-color: rgb(217, 217, 217)">
              <td class="col1 style3" style="font-size: 12pt;font-weight: bold;text-align: center;vertical-align: middle;border-top: 0;border-bottom: 0;border-left: 1.5px solid;border-right: 1.5px solid;border-color: black;width: 303px">
                <br>
              </td>
              <td class="col2" style="border-top: 0;border-bottom: 0;border-left: 1.5px solid;border-right: 1.5px solid;border-color: black;width: 395px">
                <p class="style3" style="font-size: 12pt;font-weight: bold;text-align: center;vertical-align: middle">SOGETREL</p>
              </td>
              <td class="col3 style3" style="font-size: 12pt;font-weight: bold;text-align: center;vertical-align: middle;border-top: 0;border-bottom: 0;border-left: 1.5px solid;border-right: 1.5px solid;border-color: black;width: 229px">
                <br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <div class="style4" style="font-size: 10pt;font-weight: bold;vertical-align: middle"><br>
            Couverture risque clients</div>
        </div>
        <table class="couverture-client" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0">
          <tbody>
            <tr class="ligne1" style="height: 21px;background-color: rgb(217, 217, 217)">
              <td class="col1 style5" style="font-size: 9pt;font-weight: bold;font-style: italic;color: red;height: 100%;border-top: 0;border-bottom: 0;border-left: 1px solid;border-right: 1px solid;border-color: black;width: 276px">Montant
                de l'opportunité</td>
              <td class="col2 style-normal" style="font-size: 9pt;height: 100%;border-top: 0;border-bottom: 0;border-left: 1px solid;border-right: 1px solid;border-color: black;width: 653px"><br>
              </td>
            </tr>
            <tr class="ligne2" style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;border-top: 0;border-bottom: 0;border-left: 1px solid;border-right: 1px solid;border-color: black;width: 276px">CA
                TTC estimé sur l'année</td>
              <td class="col2 style-normal" style="font-size: 9pt;height: 100%;border-top: 0;border-bottom: 0;border-left: 1px solid;border-right: 1px solid;border-color: black;width: 653px"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <div class="style4" style="font-size: 10pt;font-weight: bold;vertical-align: middle"><br>
            Identification</div>
        </div>
        <table class="identification" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0">
          <tbody>
            <tr class="ligne1" style="height: 21px;background: rgb(217, 217, 217)">
              <td class="col1 style5" style="font-size: 9pt;font-weight: bold;font-style: italic;color: red;height: 100%;width: 276px">Nom
                / Raison Sociale</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">Adresse</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">Complément
                Adresse</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">CP/Ville</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">Pays</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">N°
                de téléphone</td>
              <td class="col2 style-normal" style="font-size: 9pt;height: 100%;width: 160px"><br>
              </td>
              <td class="col3 style-normal" style="font-size: 9pt;height: 100%;width: 115px">N°
                de télécopie</td>
              <td class="col4 style-normal" style="font-size: 9pt;height: 100%;width: 376px"><br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">E-Mail</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="ligne8" style="border-top: 1px solid;height: 21px;background: rgb(217, 217, 217)">
              <td class="col1 style7" style="font-size: 10pt;font-weight: bold;font-style: italic;height: 100%;width: 276px">Siret</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%">
                <br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">NAF/APE</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="ligne2-3-4-5-6-7-9-10" style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">N°
                identifiant Intracom</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <div class="style4" style="font-size: 10pt;font-weight: bold;vertical-align: middle"><br>
            Nomenclature Client</div>
        </div>
        <table class="nomenclature" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0">
          <tbody>
            <tr style="height: 21px">
              <td class="style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Groupe
                client</td>
              <td class="style-normal" style="font-size: 9pt;height: 100%;width: 652px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Implantation
                (Local/National) *</td>
              <td class="style-normal" style="font-size: 9pt;height: 100%;width: 652px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Actionnariat
                (Public/Privé) *</td>
              <td class="style-normal" style="font-size: 9pt;height: 100%;width: 652px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Typologie
                client 2014 *</td>
              <td class="style-normal" style="font-size: 9pt;height: 100%;width: 652px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Forme
                Juridique/Tutelle *</td>
              <td class="style-normal" style="font-size: 9pt;height: 100%;width: 652px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Secteur
                d'activité *</td>
              <td class="style-normal" style="font-size: 9pt;height: 100%;width: 652px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Nature
                (Télécom/Non Télécom) *</td>
              <td class="style-normal" style="font-size: 9pt;height: 100%;width: 652px"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <div class="style8" style="font-size: 8pt;font-style: italic;height: 100%">
            * Utiliser la liste déroulante ou cocher au verso du document</div>
          <div class="style4" style="font-size: 10pt;font-weight: bold;vertical-align: middle"><br>
            Contact commercial</div>
        </div>
        <table class="contact" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0">
          <tbody>
            <tr style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">Nom/Prénom</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">Fonction</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">N°
                de téléphone</td>
              <td class="col2 style-normal" style="font-size: 9pt;height: 100%;width: 248px"><br>
              </td>
              <td class="col3 style-normal" style="font-size: 9pt;height: 100%;width: 118px">N°
                de télécopie</td>
              <td class="col4 style-normal" style="font-size: 9pt;height: 100%;width: 284px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">E-mail</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <div class="style4" style="font-size: 10pt;font-weight: bold;vertical-align: middle"><br>
            Contact comptabilité</div>
        </div>
        <table class="contact" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0">
          <tbody>
            <tr style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">Nom/Prénom</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">Fonction</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">N°
                de téléphone</td>
              <td class="col2 style-normal" style="font-size: 9pt;height: 100%;width: 248px"><br>
              </td>
              <td class="col3 style-normal" style="font-size: 9pt;height: 100%;width: 118px">N°
                de télécopie</td>
              <td class="col4 style-normal" style="font-size: 9pt;height: 100%;width: 284px"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px">E-mail</td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <div class="style4" style="font-size: 10pt;font-weight: bold;vertical-align: middle"><br>
            Facturation et paiement</div>
        </div>
        <table class="facturation" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0">
          <tbody>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Client
                facturé (Si différent)</td>
              <td class="style-normal" colspan="12" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Envoi
                des factures</td>
              <td class="col2" style="width: 27px"><br>
              </td>
              <td class="col3" style="width: 27px">?</td>
              <td class="style-normal" colspan="2" style="font-size: 9pt;height: 100%">Courrier
                simple</td>
              <td class="col6" style="width: 27px">?</td>
              <td class="style-normal" colspan="2" style="font-size: 9pt;height: 100%">RAR</td>
              <td class="col9" style="width: 28x">?</td>
              <td class="col10 style-normal" style="font-size: 9pt;height: 100%;width: 62px">EDI</td>
              <td class="col11" style="width: 27px">?</td>
              <td class="style-normal" colspan="2" style="font-size: 9pt;height: 100%">Autre
                : </td>
            </tr>
            <tr class="double-ligne" style="height: 42px">
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px;border-right: 1px solid;border-color: black">RIB
                fourni au client lors de l'appel d'offre <br>
                Le cas échéant</td>
              <td class="style-normal" colspan="12" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Mode
                de paiement (1)</td>
              <td class="col2" style="width: 27px"><br>
              </td>
              <td class="col3" style="width: 27px">
                <div class="virement-ok" style="visibility: visible;display: block">?</div>
                <div class="virement-ko" style="visibility: hidden;display: none">?</div>
              </td>
              <td class="col4 style-normal" style="font-size: 9pt;height: 100%;width: 103px">Virement</td>
              <td class="col5" style="width: 27px">
                <div class="cheque-ok" style="visibility: visible;display: block">?</div>
                <div class="cheque-ko" style="visibility: hidden;display: none">?</div>
              </td>
              <td class="style-normal" colspan="2" style="font-size: 9pt;height: 100%">Chèque</td>
              <td class="col8" style="width: 27px">
                <div class="traite-ok" style="visibility: visible;display: block">?</div>
                <div class="traite-ko" style="visibility: hidden;display: none">?</div>
              </td>
              <td class="style-normal" colspan="3" style="font-size: 9pt;height: 100%">LCR/Traite</td>
              <td class="col12" style="width: 27px">
                <div class="prelevement-ok" style="visibility: visible;display: block">?</div>
                <div class="prelevement-ko" style="visibility: hidden;display: none">?</div>
              </td>
              <td class="col1 style-normal" style="font-size: 9pt;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Prélèvement
                (Joindre RIB)</td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px;border-right: 1px solid;border-color: black">Délai
                de paiment (1)</td>
              <td class="style-normal" colspan="12" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div>
          <div class="style8" style="font-size: 8pt;font-style: italic;height: 100%">(1)
            : A défaut de contrat, les conditions renseignées dans la fiche seront
            conformes aux CGV de Sogetrel</div>
          <div><br>
          </div>
        </div>
        <table class="commentaire-demandeur" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0;width: 927px">
          <tbody>
            <tr class="ligne1" style="height: 21px">
              <td class="style9" style="font-size: 9pt;font-weight: bold;font-style: italic;height: 100%;width: 927px">Commentaires
                demandeur :</td>
            </tr>
            <tr class="ligne2" style="height: 42px">
              <td classe="style-normal" style="width: 927px"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div><br>
        </div>
        <table class="recouvrement" style="padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0;width: 927px">
          <tbody>
            <tr class="simple-ligne style10" style="font-size: 11pt;font-weight: bold;height: 21px">
              <td colspan="7">Avis du service de recouvrement</td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style11" style="font-size: 9pt;text-align: right;width: 276px">Risque
                client :</td>
              <td class="col2" style="width: 27px"><br>
              </td>
              <td class="col3" style="width: 27px">?</td>
              <td class="col4 style12" style="font-size: 9pt;font-weight: bold;width: 104px">NON</td>
              <td class="col5" style="width: 28px">?</td>
              <td class="col6 style12" style="font-size: 9pt;font-weight: bold;width: 145px">OUI</td>
              <td class="col7" style="width: 318px"><br>
              </td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td colspan="7"><br>
              </td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style11" style="font-size: 9pt;text-align: right;width: 276px">Montant
                assurance :</td>
              <td class="col2" style="width: 27px"><br>
              </td>
              <td class="case style-normal" colspan="4" style="font-size: 9pt;height: 100%;border: 1px solid"><br>
              </td>
              <td class="col7" style="width: 318px"><br>
              </td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style11" style="font-size: 9pt;text-align: right;width: 276px">Délai
                paiement :</td>
              <td class="col2" style="width: 27px"><br>
              </td>
              <td class="case style-normal" colspan="4" style="font-size: 9pt;height: 100%;border: 1px solid"><br>
              </td>
              <td class="col7" style="width: 318px"><br>
              </td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td class="col1 style11" style="font-size: 9pt;text-align: right;width: 276px">Mode
                paiement :</td>
              <td class="col2" style="width: 27px"><br>
              </td>
              <td class="case style-normal" colspan="4" style="font-size: 9pt;height: 100%;border: 1px solid"><br>
              </td>
              <td class="col7" style="width: 318px"><br>
              </td>
            </tr>
            <tr class="simple-ligne" style="height: 21px">
              <td colspan="7"><br>
              </td>
            </tr>
            <tr class="simple-ligne1" style="height: 21px;border-top: 1px solid">
              <td class="style9" colspan="7" style="font-size: 9pt;font-weight: bold;font-style: italic;height: 100%">Commentaires
                demandeur :</td>
            </tr>
            <tr class="double-ligne" style="height: 42px">
              <td class="style-normal" colspan="7" style="font-size: 9pt;height: 100%"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div><br>
        </div>
        <table class="signature style12" style="font-size: 9pt;font-weight: bold;padding: 0;border: 1.5px solid;border-spacing: 0;border-collapse: collapse;border-color: black;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0;width: 927px">
          <tbody>
            <tr style="height: 21px">
              <td colspan="2"><br>
              </td>
              <td class="col3 style13" style="font-size: 9pt;font-weight: bold;text-align: center;width: 464px;border-left: 1px solid">VISA
                SERVICE RECOUVREMENT</td>
            </tr>
            <tr style="height: 21px">
              <td class="col1" style="width: 332px">N°COMPTE CLIENT NAVIBAT</td>
              <td class="col2" style="width: 132px"><br>
              </td>
              <td class="col3 style13" style="font-size: 9pt;font-weight: bold;text-align: center;width: 464px;border-left: 1px solid">Nom
                et Signature</td>
            </tr>
            <tr style="height: 21px">
              <td colspan="2"><br>
              </td>
              <td class="col3" style="width: 464px;border-left: 1px solid"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td class="col1" style="width: 332px">DATE DE CREATION</td>
              <td class="col2" style="width: 132px"><br>
              </td>
              <td class="col3" style="width: 464px;border-left: 1px solid"><br>
              </td>
            </tr>
            <tr style="height: 21px">
              <td colspan="2"><br>
              </td>
              <td class="col3" style="width: 464px;border-left: 1px solid"><br>
              </td>
            </tr>
          </tbody>
        </table>
        <div><br>
        </div>
        <table class="footer" style="padding: 0;margin-top: 0;margin-bottom: 0;padding-top: 0;padding-bottom: 0">
          <tbody>
            <tr>
              <td class="cell1" style="width: 276px;background-color: rgb(217, 217, 217)"><br>
              </td>
              <td class="cell2" style="width: 27px"><br>
              </td>
              <td class="style-normal" style="font-size: 9pt;height: 100%">Champs
                minimum obligatoires pour demande de solvabilité</td>
            </tr>
            <tr>
              <td class="cell4 style6" style="font-size: 9pt;font-weight: bold;color: red;height: 100%;width: 276px">
                couleur de police rouge</td>
              <td class="cell5" style="width: 27px"><br>
              </td>
              <td class="style-normal" style="font-size: 9pt;height: 100%">Champs
                minimum obligatoires pour demande de création client</td>
            </tr>
          </tbody>
        </table>
        
      </body>
    </html>
    


    When u copy and past it in html file, u see a result in Browser which iswhat expected. But when I copy and past in email Template and after that I create a mail with the email Template created, the result is not what expected

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans