Reply to Re: Disabling print (was Re: help if you can?)
Posted by Leif K-Brooks on 09/09/05 14:32
Sid Ismail wrote:
> Maybe try this-
>
> @media print
> {
> .noprint{visibility : hidden;}
> }
>
> and right on top, have <div class=noprint>
> and at the bottom </div>