Posted by Sid Ismail on 09/09/05 14:09
On 8 Sep 2005 13:55:47 -0700, "Joseph Arseneau" <ZZYZXXXX@gmail.com>
wrote:
: If it cannot be done, do you have any suggestions in which I can do
: that might help?
:
Maybe try this-
@media print
{
..noprint{visibility : hidden;}
}
and right on top, have <div class=noprint>
and at the bottom </div>
Or make it more difficult, and have an external stylesheet:
<LINK rel="stylesheet" type"text/css" href="print.css" media="print">
But that doesn't stop the smarter user from saving the html and
manipulating the code.
Sid
[Back to original message]
|