Cheers
John
Look! This is an empty jeep!!Easier on Linux, just push the print screen button and it leaves a Jpeg on the desktop.Big Al wrote:Good if you have Windows 7!
@media print{
* font-family{serif !important; font-size: 14pt !important;}
#sidebarLeft, .header_right, #footer {display: none !important;}
.centre_col_large {margin: 0 auto !important;}
a { text-decoration: none; border-bottom: 0.1em solid gray; color: black;}
a:link:after, a:visited:after { content: " [" attr(href) "] "; }}mattl wrote:If there's still any interest in this, here's a little snippet of CSS that'll do the trick.
- Code: Select all
@media print{
* font-family{serif !important; font-size: 14pt !important;}
#sidebarLeft, .header_right, #footer {display: none !important;}
.centre_col_large {margin: 0 auto !important;}
a { text-decoration: none; border-bottom: 0.1em solid gray; color: black;}
a:link:after, a:visited:after { content: " [" attr(href) "] "; }}
Return to About the Website and Webstore
Users browsing this forum: No registered users and 1 guest