CSS of Print Friendly: Difference between revisions
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... | If the printed webpage exceed the margin of paper A4 size than... | ||
| Line 14: | Line 12: | ||
相關資料 | 相關資料 | ||
* [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]] | |||
Revision as of 10:32, 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" />
相關資料