html - Generated Report loses some elements in printing -


my company utilizes software system can generate reports , export them variety of formats. 1 of formats html , indeed nice , keep fidelity of reports. however, when go print report of elements on page don't printed. stylistic things lines act borders between areas. there when viewed in chrome or firefox, disappear when go print.

everything made inline css styling such as:

<div style="page-break-inside:avoid;page-break-after:always;"> 

<span style="position:absolute;top:0.09388888in;left:0.7161965in;width:6.658803in;height:0.2861111in;font-family:arial;font-size:14pt;color:black;font-weight:bold;vertical-align:top;background-color:#ffffff;"><nobr>report</nobr></span> 

here fiddle of report can see i'm talking about:

https://jsfiddle.net/otictac1/60pahz8e/ 

the yellow bar doesn't print nor borders surround table looking thing on right.

any thoughts on might causing that?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -