Revision [110]

This is an old revision of Mod021fPrintableViewCSS made by JsnX on 2004-04-04 15:09:46.

 

Wikka Mod 021

Type: Feature Addition

Credit:

BeP
http://www.wakkawiki.com/PrintMethod


Printable View using CSS



.header, .footer, .commentsheader, .copyright {
display:none;
}
.page {
border-bottom: 1px inset #000;
}


-- BeP


The CSS method by Bep is the way to go. To remove the page border, change the print.css file to this:

.header, .footer, .commentsheader, .copyright { display:none; }

.page {
background-color: #FFFFFF;
padding: none;
border: none;
}

-- JsnX
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki