<?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 Re: NPrinting  - HTML - CSS formatting not displaying in email in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1942146#M36244</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please include the &amp;lt;style&amp;gt; tag under &amp;lt;body&amp;gt; tag. Then it will work for you.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;style&amp;gt;&lt;/P&gt;
&lt;P&gt;CSS....&lt;/P&gt;
&lt;P&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;table&amp;gt;&lt;/P&gt;
&lt;P&gt;Enter or drag data as you like...&lt;/P&gt;
&lt;P&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 11:43:48 GMT</pubDate>
    <dc:creator>HarshaPotnuru</dc:creator>
    <dc:date>2022-06-10T11:43:48Z</dc:date>
    <item>
      <title>NPrinting  - HTML - CSS formatting not displaying in email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659103#M27452</link>
      <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;I creating an NPrinting HTML report - works perfect.&lt;/P&gt;&lt;P&gt;When the email is sent, the formatting for the table is not displaying.&lt;/P&gt;&lt;P&gt;Here is the CSS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;lt;**head&amp;gt;&lt;BR /&gt;&amp;lt;**style&amp;gt;&lt;BR /&gt;table {&lt;BR /&gt;width:100%;&lt;BR /&gt;}&lt;BR /&gt;table, th, td {&lt;BR /&gt;border: 1px solid white;&lt;BR /&gt;border-collapse: collapse;&lt;BR /&gt;}&lt;BR /&gt;th, td {&lt;BR /&gt;padding: 5px;&lt;BR /&gt;text-align: left;&lt;BR /&gt;}&lt;BR /&gt;table#t01 tr:nth-child(even) {&lt;BR /&gt;background-color: #388aa7;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;font-family:Century Gothic;&lt;BR /&gt;font-size:12px;&lt;BR /&gt;text-aign: left;&lt;BR /&gt;}&lt;BR /&gt;table#t01 tr:nth-child(odd) {&lt;BR /&gt;background-color: #45aeca;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;font-family:Century Gothic;&lt;BR /&gt;font-size:12px;&lt;BR /&gt;text-aign: left;&lt;BR /&gt;}&lt;BR /&gt;table#t01 th {&lt;BR /&gt;background-color: #215a67;&lt;BR /&gt;color: #ffffff;&lt;BR /&gt;font-family:Century Gothic;&lt;BR /&gt;font-size:14px;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;**/style&amp;gt;&lt;BR /&gt;&amp;lt;**/head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts to why this is occurring (the ** is in the message for display purposes only)&lt;/P&gt;&lt;P&gt;Thanks - Jerry&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 18:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659103#M27452</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2019-12-18T18:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting  - HTML - CSS formatting not displaying in email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659195#M27454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you say:&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;When the email is sent, the formatting for the table is not displaying....&lt;/EM&gt;&lt;/STRONG&gt;" I am assuming you are reffering to HTML report embedded in email body - is that right? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If so - have you inspected what was created in email? You would notice that &lt;STRONG&gt;only BODY&lt;/STRONG&gt; part of your HTML report is moved to email. Everything else is truncated...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That is why I mentioned in my previous post that you may need to use inline formatting...alternatively you may want to try to move &amp;lt;Style&amp;gt; into your &amp;lt;Body&amp;gt; section of html report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 22:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659195#M27454</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-12-18T22:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting  - HTML - CSS formatting not displaying in email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659546#M27469</link>
      <description>&lt;P&gt;hi - ok makes sense...&lt;/P&gt;&lt;P&gt;Can you 'include' a stylesheet in the html code and add the appropriate css into the style sheet&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 21:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659546#M27469</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2019-12-19T21:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting  - HTML - CSS formatting not displaying in email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659556#M27471</link>
      <description>&lt;P&gt;I simply don't know. I would have to test it as it is not really documented.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I avoid using this approach due to mail clients not always working with it. Instead I usually use full inline style for each &amp;lt;tag&amp;gt; which requires it. I understand that this is a lot of work and it is hard to maintain, but given the scenarios I previously had this was the onlu reliable option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;note:&lt;/P&gt;&lt;P&gt;my experience with this behaviour goes back few year. In this time there could be some change in how mail clients handle html content. I may spend some time testing it later..&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 22:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1659556#M27471</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-12-19T22:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting  - HTML - CSS formatting not displaying in email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1660068#M27482</link>
      <description>&lt;P&gt;Yes after further research this seems to be a problem in the google mail and NOT Nprinting - thank you&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 11:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1660068#M27482</guid>
      <dc:creator>jerryr125</dc:creator>
      <dc:date>2019-12-23T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting  - HTML - CSS formatting not displaying in email</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1942146#M36244</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please include the &amp;lt;style&amp;gt; tag under &amp;lt;body&amp;gt; tag. Then it will work for you.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;lt;html&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;style&amp;gt;&lt;/P&gt;
&lt;P&gt;CSS....&lt;/P&gt;
&lt;P&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;table&amp;gt;&lt;/P&gt;
&lt;P&gt;Enter or drag data as you like...&lt;/P&gt;
&lt;P&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/body&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 11:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-HTML-CSS-formatting-not-displaying-in-email/m-p/1942146#M36244</guid>
      <dc:creator>HarshaPotnuru</dc:creator>
      <dc:date>2022-06-10T11:43:48Z</dc:date>
    </item>
  </channel>
</rss>

