<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9.1pt">doc.setDefaultStyleSheet(<font face="monospace, monospace"><span class="highlight">found</span></font>)<br><code><span class="m_2058158689121283743gmail-pln"></span></code></pre></div></div></div></div></div></div></div></div></div></blockquote><div>This is where the css rules go, not the html</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"DejaVu Sans Mono";font-size:9.1pt"><code><span class="m_2058158689121283743gmail-pln">doc</span><span class="m_2058158689121283743gmail-pun">.</span><span class="m_2058158689121283743gmail-pln">setHtml()<br></span></code><br></pre></div></div></div></div></div></div></div></div></div></blockquote><div>this would be where you set the html</div><div><br></div><div><br></div><div>Aside from that:</div><div><br></div><div>- Profile the code because the issue may not be where you expect it</div><div>- You might look into using QSyntaxHighlighter, which would allow you to highlight without inserting HTML markup.</div><div>- If you could post a self contained runnable example I'd take a closer look<br></div></div></div>