Quote:
Originally Posted by aoeuhtns
You can also eliminate the print button using css.
In css, a little used feature is to have different stylesheets for different media types. So, for example, in the print media type, you could set the print button to not display. Simple, easy, and doesn't require any client-side (or server-side) scripting.
|
any chance you could post some code to illustrate this? i've been learning css and have been very impressed with what can be accomplished.