CSS of Print Friendly: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "Category:WebDesign" to "Category:Design")
 
(2 intermediate revisions by one other user not shown)
Line 22: Line 22:
alternative choice: DIY via [http://karmatics.com/aardvark/ Aardvark Firefox Extension]
alternative choice: DIY via [http://karmatics.com/aardvark/ Aardvark Firefox Extension]


[[Category:Print]] [[Category:WebDesign]]
[[Category:Print]] [[Category:Design]]

Latest revision as of 10:33, 16 May 2022

for Web developer[edit]

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[edit]

alternative choice: DIY via Aardvark Firefox Extension