Revision history for Mod021fPrintableViewCSS
Revision [23258]
Last edited on 2016-05-20 07:38:47 by JavaWoman [Replaces old-style internal links with new pipe-split links.]Additions:
**[[http://www.wakkawiki.com/BeP | BeP]]**
[[http://www.wakkawiki.com/PrintMethod | PrintMethod @ WakkaWiki]]
-- [[http://www.wakkawiki.com/BeP | BeP]]
[[http://www.wakkawiki.com/PrintMethod | PrintMethod @ WakkaWiki]]
-- [[http://www.wakkawiki.com/BeP | BeP]]
Deletions:
[[http://www.wakkawiki.com/PrintMethod PrintMethod @ WakkaWiki]]
-- [[http://www.wakkawiki.com/BeP BeP]]
Revision [19278]
Edited on 2008-01-28 00:14:45 by JavaWoman [Modified links pointing to docs server]No Differences
Revision [17194]
Edited on 2007-07-07 08:35:19 by JavaWoman [standardized link to WakkaWiki origin (plus credit link)]Additions:
**[[http://www.wakkawiki.com/BeP BeP]]**
[[http://www.wakkawiki.com/PrintMethod PrintMethod @ WakkaWiki]]
-- [[http://www.wakkawiki.com/BeP BeP]]
[[http://www.wakkawiki.com/PrintMethod PrintMethod @ WakkaWiki]]
-- [[http://www.wakkawiki.com/BeP BeP]]
Deletions:
[[http://www.wakkawiki.com/PrintMethod PrintMethod]]
-- BeP
Additions:
==== Wikka Mod 021: Printable View CSS ====
Type: Feature Addition
----
===Credit:===
[[http://www.wakkawiki.com/BeP BeP]]
[[http://www.wakkawiki.com/PrintMethod PrintMethod]]
----
=== Printable View using CSS ===
- create a print.css in folder css.
- write in it:
##.header, .footer, .commentsheader, .copyright {
display:none;
}
.page {
border-bottom: 1px inset #000;
} ##
- Open actions/header.php
- insert ##<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />##
- that's it ;-)
-- 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
----
Type: Feature Addition
----
===Credit:===
[[http://www.wakkawiki.com/BeP BeP]]
[[http://www.wakkawiki.com/PrintMethod PrintMethod]]
----
=== Printable View using CSS ===
- create a print.css in folder css.
- write in it:
##.header, .footer, .commentsheader, .copyright {
display:none;
}
.page {
border-bottom: 1px inset #000;
} ##
- Open actions/header.php
- insert ##<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />##
- that's it ;-)
-- 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
----
Deletions:
Type: Feature Addition
----
===Credit:===
"" BeP""
http://www.wakkawiki.com/PrintMethod
----
=== Printable View using CSS ===
- create a print.css in folder css.
- write in it:
##.header, .footer, .commentsheader, .copyright {
display:none;
}
.page {
border-bottom: 1px inset #000;
} ##
- Open actions/header.php
- insert ##<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />##
- that's it ;-)
-- 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
----
Additions:
==== Wikka Mod 021: Printable View CSS ====
Type: Feature Addition
----
===Credit:===
"" BeP""
http://www.wakkawiki.com/PrintMethod
----
=== Printable View using CSS ===
- create a print.css in folder css.
- write in it:
##.header, .footer, .commentsheader, .copyright {
display:none;
}
.page {
border-bottom: 1px inset #000;
} ##
- Open actions/header.php
- insert ##<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />##
- that's it ;-)
-- 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
----
CategoryLayout
Type: Feature Addition
----
===Credit:===
"" BeP""
http://www.wakkawiki.com/PrintMethod
----
=== Printable View using CSS ===
- create a print.css in folder css.
- write in it:
##.header, .footer, .commentsheader, .copyright {
display:none;
}
.page {
border-bottom: 1px inset #000;
} ##
- Open actions/header.php
- insert ##<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />##
- that's it ;-)
-- 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
----
CategoryLayout
Deletions:
Type: Feature Addition
----
===Credit:===
"" BeP""
http://www.wakkawiki.com/PrintMethod
----
=== Printable View using CSS ===
- create a print.css in folder css.
- write in it:
##.header, .footer, .commentsheader, .copyright {
display:none;
}
.page {
border-bottom: 1px inset #000;
} ##
- Open actions/header.php
- insert ##<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />##
- that's it ;-)
-- 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