CSS of Print Friendly: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:


If the printed webpage exceed the margin of paper A4 size than...


* modify the default width of IE
* modify the default width of IE

Revision as of 10:31, 15 September 2005


If the printed webpage exceed the margin of paper A4 size than...

  • modify the default width of IE
L 19.05; R 19.05
  • add the CSS
<link rel="stylesheet" type="text/css" media="print" href="print.css" />


相關資料