Gazing into my crystal ball I observed "Nicolae Fieraru"
<> writing in news::
> Hi All,
>
> I have some pages on a web site and they respect some template, with
> buttons to the top, background image, tables, etc
> I would like to allow a user to print out only a part of the page, but
> without the buttons and the rest of the page. I am not sure it can be
> done. If anybody knows about this, please let me know.
>
> Regards,
> Nicolae
>
>
In an external stylesheet:
@media screen {
/*all your screen CSS info
..copyright {font-size:85%;}
*/
}
@media print {
/*all the stuff you do not want printed
..copyright {display:none}
*/
}
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share