Hi! Using CSS how do you only display certain text on a printout, but not on the screen?
You create a css file for mediatype: print In your normal stylesheet you set display to none In the print css you set it to e.g., block
How do position the text, so that it displays at the bottom right hand-corner of the printed page, regardless of if the page orientation is landscape or portrait?
not sure whether the solution is there. It is CSS3 I think: http://www.pwg.org/xhtml-print/HTML-Version/CSS-Print.html#s.8.3