Posted by Arjen on 01/15/07 13:00
Charl schreef:
> Hi All,
>
> I am designing printer friendly page for my website and would like to
> know if there is a way to add a next and print button to the web page
> but it should not show on my print out.
>
> Thanks
Create a stylesheet for the printer.
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
Use display:none; for unwanted objects
--
Arjen
http://www.hondenpage.com - Mijn site over honden
[Back to original message]
|