CSS realizes a webpage automatically to print edition
There is to be aimed at printed edition on a lot of websites, but actually this does not need, because can come with CSS,set prints a color.
That is to say, can appoint two CSS file for the page, one is used at screen to show, one uses at printing:
<link Type= "text/css" Rel= "stylesheet" Href= "stylesheet.css" Media= "screen" />
<link Type= "text/css" Rel= "stylesheet" Href= "printstyle.css" Media= "print" />
The 1st shows namely, the 2nd is to print, note among them Media attribute.
But what thing should be written in the CSS that print? You can come by the method that devises common CSS set it. Design while the effect that can set this CSS into indication CSS to check it. Perhaps you can use Display: None commands this will put out picture of a few adornment, put out pushbutton of a few navigation again.
Bookmark:Digg Del.icio.us Reddit
