<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HTML code Email Message Body Problems, HTML code botton of the question in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2163777#M40855</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have HTML code which originates the following page. &lt;BR /&gt;(Screenshot below)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="angelfer90_0-1705917187869.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127504i81950F737E157B47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="angelfer90_0-1705917187869.png" alt="angelfer90_0-1705917187869.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when I copy the HTML code in the "body" option inside "Email Message" configuration of Qlik N Printing&amp;nbsp; Publish Task, it changes (somehow) the code and when it sends the email, it loses every format.&lt;BR /&gt;&lt;BR /&gt;Like this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="angelfer90_1-1705917310578.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127506i74339FB209EAF24A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="angelfer90_1-1705917310578.png" alt="angelfer90_1-1705917310578.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone knows what is happening and what could I do to send the email with Qlik N Printing with the desireable format?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you all in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html lang="es"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="UTF-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;body {&lt;BR /&gt;font-family: Arial, sans-serif;&lt;BR /&gt;background-color: #f4f4f4;&lt;BR /&gt;margin: 0;&lt;BR /&gt;padding: 0;&lt;BR /&gt;}&lt;BR /&gt;.container {&lt;BR /&gt;max-width: 600px;&lt;BR /&gt;margin: 0 auto;&lt;BR /&gt;background: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.top-image {&lt;BR /&gt;width: 100%; /* Asegura que la imagen se extienda a lo ancho del contenedor */&lt;BR /&gt;display: block; /* Evita márgenes indeseados alrededor de la imagen */&lt;BR /&gt;}&lt;BR /&gt;.header {&lt;BR /&gt;background: #ffffff;&lt;BR /&gt;padding: 10px;&lt;BR /&gt;text-align: center; /* Añadido para centrar el contenido del encabezado */&lt;BR /&gt;}&lt;BR /&gt;.header img {&lt;BR /&gt;width: 80%; /* Ajusta este valor para cambiar el tamaño del logo */&lt;BR /&gt;max-width: 200px; /* Añadido para limitar el tamaño del logo */&lt;BR /&gt;height: auto; /* Asegura que la altura se ajuste automáticamente */&lt;BR /&gt;}&lt;BR /&gt;.content {&lt;BR /&gt;padding: 20px;&lt;BR /&gt;}&lt;BR /&gt;.promotion-conditions {&lt;BR /&gt;background-color: #cfeeff; /* Este es el azul claro */&lt;BR /&gt;color: #000000;&lt;BR /&gt;padding: 15px;&lt;BR /&gt;font-size: 14px;&lt;BR /&gt;text-align: center;&lt;BR /&gt;}&lt;BR /&gt;.footer {&lt;BR /&gt;background: #000000;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;padding: 20px;&lt;BR /&gt;text-align: center;&lt;BR /&gt;font-size: 12px;&lt;BR /&gt;}&lt;BR /&gt;.social-icons img {&lt;BR /&gt;margin: 0 10px;&lt;BR /&gt;}&lt;BR /&gt;.button {&lt;BR /&gt;display: inline-block;&lt;BR /&gt;padding: 10px 20px;&lt;BR /&gt;margin: 10px 0;&lt;BR /&gt;background-color: #009a3d;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;text-decoration: none;&lt;BR /&gt;border-radius: 5px;&lt;BR /&gt;}&lt;BR /&gt;@media screen and (max-width: 600px) {&lt;BR /&gt;.container {&lt;BR /&gt;width: 95%;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div class="container"&amp;gt;&lt;BR /&gt;&amp;lt;!-- Imagen en la parte superior de la página --&amp;gt;&lt;BR /&gt;&amp;lt;div class="top-image-container"&amp;gt;&lt;BR /&gt;&amp;lt;img class="top-image" src="xxxxxxxx" alt="xxxxx"&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt; &lt;BR /&gt;&amp;lt;div class="header"&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxxxg" alt="xxxx"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="content"&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;xxxxxxx&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;Queremos que disfrutes de un 20% de descuento en el importe de tu próxima compra en nuestra tienda online. Para que se aplique correctamente, recuerda introducir el siguiente código durante el proceso de compra.&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Código: &amp;lt;/strong&amp;gt;&amp;lt;span&amp;gt;codigo-de-cupon&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxxx" class="button"&amp;gt;Canjear en tienda&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="promotion-conditions"&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;Condiciones de la promoción: El código no es válido para la compra de productos principales. Código no acumulable a otros descuentos. Válido para una sola compra hasta el 31 de diciembre de 2024.&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="footer"&amp;gt;&lt;BR /&gt;&amp;lt;div class="social-icons"&amp;gt;&lt;BR /&gt;&amp;lt;!-- Reemplace 'social-icon-url.png' con las URLs de las imágenes de sus íconos de redes sociales --&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxxxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxx" alt="Facebook"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxx" alt="Instagram"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxxxxx" alt="TikTok"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;!-- Añade más iconos según sea necesario --&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;xxxxxxxxxx&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 10:03:56 GMT</pubDate>
    <dc:creator>angelfer90</dc:creator>
    <dc:date>2024-01-22T10:03:56Z</dc:date>
    <item>
      <title>HTML code Email Message Body Problems, HTML code botton of the question</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2163777#M40855</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have HTML code which originates the following page. &lt;BR /&gt;(Screenshot below)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="angelfer90_0-1705917187869.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127504i81950F737E157B47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="angelfer90_0-1705917187869.png" alt="angelfer90_0-1705917187869.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when I copy the HTML code in the "body" option inside "Email Message" configuration of Qlik N Printing&amp;nbsp; Publish Task, it changes (somehow) the code and when it sends the email, it loses every format.&lt;BR /&gt;&lt;BR /&gt;Like this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="angelfer90_1-1705917310578.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127506i74339FB209EAF24A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="angelfer90_1-1705917310578.png" alt="angelfer90_1-1705917310578.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone knows what is happening and what could I do to send the email with Qlik N Printing with the desireable format?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you all in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html lang="es"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;meta charset="UTF-8"&amp;gt;&lt;BR /&gt;&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;body {&lt;BR /&gt;font-family: Arial, sans-serif;&lt;BR /&gt;background-color: #f4f4f4;&lt;BR /&gt;margin: 0;&lt;BR /&gt;padding: 0;&lt;BR /&gt;}&lt;BR /&gt;.container {&lt;BR /&gt;max-width: 600px;&lt;BR /&gt;margin: 0 auto;&lt;BR /&gt;background: #ffffff;&lt;BR /&gt;}&lt;BR /&gt;.top-image {&lt;BR /&gt;width: 100%; /* Asegura que la imagen se extienda a lo ancho del contenedor */&lt;BR /&gt;display: block; /* Evita márgenes indeseados alrededor de la imagen */&lt;BR /&gt;}&lt;BR /&gt;.header {&lt;BR /&gt;background: #ffffff;&lt;BR /&gt;padding: 10px;&lt;BR /&gt;text-align: center; /* Añadido para centrar el contenido del encabezado */&lt;BR /&gt;}&lt;BR /&gt;.header img {&lt;BR /&gt;width: 80%; /* Ajusta este valor para cambiar el tamaño del logo */&lt;BR /&gt;max-width: 200px; /* Añadido para limitar el tamaño del logo */&lt;BR /&gt;height: auto; /* Asegura que la altura se ajuste automáticamente */&lt;BR /&gt;}&lt;BR /&gt;.content {&lt;BR /&gt;padding: 20px;&lt;BR /&gt;}&lt;BR /&gt;.promotion-conditions {&lt;BR /&gt;background-color: #cfeeff; /* Este es el azul claro */&lt;BR /&gt;color: #000000;&lt;BR /&gt;padding: 15px;&lt;BR /&gt;font-size: 14px;&lt;BR /&gt;text-align: center;&lt;BR /&gt;}&lt;BR /&gt;.footer {&lt;BR /&gt;background: #000000;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;padding: 20px;&lt;BR /&gt;text-align: center;&lt;BR /&gt;font-size: 12px;&lt;BR /&gt;}&lt;BR /&gt;.social-icons img {&lt;BR /&gt;margin: 0 10px;&lt;BR /&gt;}&lt;BR /&gt;.button {&lt;BR /&gt;display: inline-block;&lt;BR /&gt;padding: 10px 20px;&lt;BR /&gt;margin: 10px 0;&lt;BR /&gt;background-color: #009a3d;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;text-decoration: none;&lt;BR /&gt;border-radius: 5px;&lt;BR /&gt;}&lt;BR /&gt;@media screen and (max-width: 600px) {&lt;BR /&gt;.container {&lt;BR /&gt;width: 95%;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div class="container"&amp;gt;&lt;BR /&gt;&amp;lt;!-- Imagen en la parte superior de la página --&amp;gt;&lt;BR /&gt;&amp;lt;div class="top-image-container"&amp;gt;&lt;BR /&gt;&amp;lt;img class="top-image" src="xxxxxxxx" alt="xxxxx"&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt; &lt;BR /&gt;&amp;lt;div class="header"&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxxxg" alt="xxxx"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="content"&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;xxxxxxx&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;Queremos que disfrutes de un 20% de descuento en el importe de tu próxima compra en nuestra tienda online. Para que se aplique correctamente, recuerda introducir el siguiente código durante el proceso de compra.&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Código: &amp;lt;/strong&amp;gt;&amp;lt;span&amp;gt;codigo-de-cupon&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxxx" class="button"&amp;gt;Canjear en tienda&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="promotion-conditions"&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;Condiciones de la promoción: El código no es válido para la compra de productos principales. Código no acumulable a otros descuentos. Válido para una sola compra hasta el 31 de diciembre de 2024.&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="footer"&amp;gt;&lt;BR /&gt;&amp;lt;div class="social-icons"&amp;gt;&lt;BR /&gt;&amp;lt;!-- Reemplace 'social-icon-url.png' con las URLs de las imágenes de sus íconos de redes sociales --&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxxxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxx" alt="Facebook"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxx" alt="Instagram"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;a href="xxxxx" target="_blank"&amp;gt;&amp;lt;img src="xxxxxxxx" alt="TikTok"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;!-- Añade más iconos según sea necesario --&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;xxxxxxxxxx&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 10:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2163777#M40855</guid>
      <dc:creator>angelfer90</dc:creator>
      <dc:date>2024-01-22T10:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTML code Email Message Body Problems, HTML code botton of the question</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2163875#M40856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/170210"&gt;@angelfer90&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are few things to consider and all of them were already dicussed here on community.&lt;/P&gt;
&lt;P&gt;1. Have you checked if you mail client supports everything what you do in your styles and html. This varies significantly between different mail clients liek (outlook on windows, web or mac, thunderbird, gmail, mail on mac, mail on windows, mobile ios, mobile android, web browser (chrome, edge, thunderbird etc...). The fact that you have html working in chrome does not mean it will work in outlook. In fact many things are not supported by outlook but that is not NPrinitng problem and purely html/css support in those clients. I normally use tools like this one to check compatibility:&amp;nbsp;&lt;A href="https://www.campaignmonitor.com/css/" target="_blank"&gt;https://www.campaignmonitor.com/css/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. Have you selected right format in the settings:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/May2023/Content/NPrinting/DistributionSchedulesAutomation/DistributingReportsbyEmail.htm#anchor-3" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/May2023/Content/NPrinting/DistributionSchedulesAutomation/DistributingReportsbyEmail.htm#anchor-3&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_0-1705927108569.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127531i70A6B9BD9420BEBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lech_Miszkiewicz_0-1705927108569.png" alt="Lech_Miszkiewicz_0-1705927108569.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3. For well formated emails I normally attach them as reports, which means that instead of creating email content in the email section of publish task I just create HTML report where I place all required code. Important: only part of the report between &amp;lt;body&amp;gt; tags makes its way to email content.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 12:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2163875#M40856</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-01-22T12:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTML code Email Message Body Problems, HTML code botton of the question</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2163929#M40859</link>
      <description>&lt;P&gt;Hi, Thank you for your answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding 1 point, I´m sure that mail client which is going to receive the email is not the problem, because I already send the same message with other tools to this client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Respect point 2, and thats the key, of course I select HTML format, and then If I don´t select anything it sends the literal code, but when I tried toogle between HTML/ Rich Text is when the problem happens, it renders the code as is going to appear in the email which it sends, and in the render somehow loses the format.&lt;BR /&gt;&lt;BR /&gt;I also try without CSS, but whatever I did it loses the format, I copy the code,&amp;nbsp;I try toogle between HTML/ Rich and then the format dissapears.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 14:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2163929#M40859</guid>
      <dc:creator>angelfer90</dc:creator>
      <dc:date>2024-01-22T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: HTML code Email Message Body Problems, HTML code botton of the question</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2164101#M40860</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/170210"&gt;@angelfer90&lt;/a&gt;&amp;nbsp;- what about my point 3?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 22:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/HTML-code-Email-Message-Body-Problems-HTML-code-botton-of-the/m-p/2164101#M40860</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-01-22T22:35:39Z</dc:date>
    </item>
  </channel>
</rss>

