24 ways: Back To The Future of Print
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 10 people (1 private), first by anonymouse user on 2007-12-09
Public Sticky notes
Back To The Future of Print
Highlighted by kayarender
2. Linearise your content
Highlighted by om19bao
imply put serif-ed fonts such as Georgia work better on print
Highlighted by om19bao
ou will probably want to increase font size and line height and change from
px to pt
Highlighted by om19bao
CSS:
a:link:after,a:visited:after,a:hover:after,a:active:after {content: " <" attr(href) "> ";color: grey;font-style: italic;font-weight: normal;}a[href^="/"]:after {content: " <http://www.example.com"attr(href)"> ";}
Highlighted by om19bao
You will need to set
{display: table-header-group;} explicitly for IE even though this should be the default value.
Highlighted by om19bao


Public Comment