I have a simple (ish) report that i produce in HTML and CSS.
It looks just fine in the browser but when I print all of the CSS formatting is lost. I have media = all on the tag, and I have tried media="print" as well.
Code:
<style type="text/css" media="all">
I have tried an external style sheet (it didn't work) but, for portability reasons, it really needs to be embedded css.
To be clear, I don't (at this point) need different CSS for print/screen.
Hopefully i have missed something really simple - what is it?
I'm a real CSS noob so be gentle ;-)
Thanks in advance
Mark