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:
== for Web developer ==
If the printed webpage exceed the margin of paper A4 size than...
If the printed webpage exceed the margin of paper A4 size than...


Line 13: Line 14:
* [http://zonble.twbbs.org/archives/2003_12/406.php :::zonble’s promptbook » 在MovableType使用列印專用CSS樣式:::] 2003-12-28
* [http://zonble.twbbs.org/archives/2003_12/406.php :::zonble’s promptbook » 在MovableType使用列印專用CSS樣式:::] 2003-12-28


[[Category:Print]] [[Category:CSS]] [[Category:WebDesign]]
== for User ==
alternative choice: DIY via [http://karmatics.com/aardvark/ Aardvark Firefox Extension]
 
[[Category:Print]] [[Category:WebDesign]]

Revision as of 15:09, 26 June 2007

for Web developer

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" />


相關資料

for User

alternative choice: DIY via Aardvark Firefox Extension