What's the best way to do a "printer friendly" css page
imaginecss
7:48 pm on Jan 12, 2006 (gmt 0)
Our company uses a lot of dot.net Does anyone have just a good simple CSS example of a printer friendly output. We use a lot of list elements etc...
DrDoc
8:21 pm on Jan 12, 2006 (gmt 0)
A completely non-styled page is always printer friendly.
Use that as your base, then just adjust a few font sizes here and there.
imaginecss
9:24 pm on Jan 12, 2006 (gmt 0)
Thanks I solved the problems I have been having by removing the old CSS sheets since we dynamically generate the printefriendly page in another asp.net control.