Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
printing pages
#3
You should also keep in mind that the visitors most often want to print the content, not the header, menu, advertisements, etc.

You can add additional styles for printing to your style sheet (which should work in most browsers), e.g.
Code:
...
@media print {
  body {
    font-size: 12pt !important;
  }
  #navigation, #header .language {
    display: none;
  }
...
}
Of course you have to adjust it to your theme template regarding IDs etc.

For an example goto http://mvlcek.bplaced.net/get-simple/i18ngallery and view the "Print Preview" in your browser (menu is hidden, header is smaller, etc.).
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
printing pages - by Kuuke - 2011-08-20, 16:52:05
printing pages - by Connie - 2011-08-20, 19:03:08
printing pages - by mvlcek - 2011-08-20, 19:46:34
printing pages - by Kuuke - 2011-08-20, 19:51:28
printing pages - by Connie - 2011-08-20, 21:02:40
printing pages - by Connie - 2011-08-20, 21:03:40



Users browsing this thread: 1 Guest(s)