Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a HTML nPrinting report that I've designed using some bootstrap CSS templating to look nice. When I preview it in the report designer, it looks fine, exactly how I want it to.
When I embed it into the report, it seems that nPrinting strips the entire <head> out, including the CSS. It happens when I include the HTML directly into the page and when I use a relative link to the externall hosted file on bootstrap's CDN.
The report when attached looks fine, including the bootstrap, but my manager doesn't want to have to open it to have it look nice. How can I embed the report into the body of the email and include the bootstrap CSS?
I've found that this works perfectly as long as the <style> tags are included in the <body>.
I've found that this works perfectly as long as the <style> tags are included in the <body>.