Re: Printing tags

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