CSS of Print Friendly: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Text replacement - "Category:WebDesign" to "Category:Design") |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 13: | Line 13: | ||
相關資料 | 相關資料 | ||
* [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 | ||
* [http://unision.blogspot.com/2007/07/blog-post.html 獅子男的部落格: 關於友善列印] 2007-07-26 | |||
不同方案 | 不同方案 | ||
| Line 21: | 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: | [[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" />
相關資料
- :::zonble’s promptbook » 在MovableType使用列印專用CSS樣式::: 2003-12-28
- 獅子男的部落格: 關於友善列印 2007-07-26
不同方案
for User[edit]
alternative choice: DIY via Aardvark Firefox Extension