Posted by Luigi Donatello Asero on 11/05/05 05:18
"Ed Jay" <edMbj@aes-intl.com> skrev i meddelandet
news:6e8om11q9phs6kemtuhktf9tin0khamp23@4ax.com...
> I recall seeing where using CSS one can print a browser page without
> printing the links. How is it done?
>
> --
> Ed Jay (remove M to respond by email)
You create a relative style sheet for print and you put
a <div menu> container</div> on it
which contains the links
and use display:none;
as property.
You use the same class in your menu
in the body or in
<?php include "menu.html"; ?>
where menu is the file name which you may have used to display the list of
links.
--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com
[Back to original message]
|