- From: Liam Quinn <liam@htmlhelp.com>
- Date: Fri, 27 Feb 1998 22:59:47 -0500
- To: <h.chu4@ugrad.unimelb.edu.au>, <www-html@w3.org>
At 08:28 PM 27/02/98 -0500, Harold wrote:
>Wouldn't it be nice to have these tags: <NOPRINT> </NOPRINT>. With
>everything in between filtered out when the page is printed out. So it could
>be used to stop navigation bars (usually placed above and below the page
>content) from being printed.
It's already possible (though not supported by browsers) with CSS2 [1]:
@media print {
.navbar { display: none }
}
[1] http://www.w3.org/TR/WD-CSS2/
--
Liam Quinn
Web Design Group Enhanced Designs, Web Site Development
http://www.htmlhelp.com/ http://enhanced-designs.com/
Received on Friday, 27 February 1998 22:58:21 UTC