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://web.archive.org/web/20040603213440/http://www.wakkawiki.com/BeP | BeP]]**
[[http://web.archive.org/web/20040823065750/http://www.wakkawiki.com/PrintMethod | PrintMethod @ WakkaWiki]]
-- [[http://web.archive.org/web/20040603213440/http://www.wakkawiki.com/BeP | BeP]]
Deletions:
**[[http://web.archive.org/web/20040603213440/http://www.wakkawiki.com/BeP BeP]]**
[[http://web.archive.org/web/20040823065750/http://www.wakkawiki.com/PrintMethod PrintMethod @ WakkaWiki]]
-- [[http://web.archive.org/web/20040603213440/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://web.archive.org/web/20040603213440/http://www.wakkawiki.com/BeP BeP]]**
[[http://web.archive.org/web/20040823065750/http://www.wakkawiki.com/PrintMethod PrintMethod @ WakkaWiki]]
-- [[http://web.archive.org/web/20040603213440/http://www.wakkawiki.com/BeP BeP]]
Deletions:
[[http://web.archive.org/web/20040603213440/http://www.wakkawiki.com/BeP BeP]]
[[http://web.archive.org/web/20040823065750/http://www.wakkawiki.com/PrintMethod PrintMethod]]
-- BeP


Revision [17156]

Edited on 2007-07-07 05:46:14 by JavaWoman [web.archive.org links for wakkawiki]
Additions:
==== Wikka Mod 021: Printable View CSS ====
Type: Feature Addition
----
===Credit:===
[[http://web.archive.org/web/20040603213440/http://www.wakkawiki.com/BeP BeP]]
[[http://web.archive.org/web/20040823065750/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:
==== 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

----


Revision [2301]

Edited on 2004-11-18 09:54:06 by DarTar [Adding category link]
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
Deletions:
==== Wikka Mod 021 ====
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


Revision [110]

The oldest known version of this page was created on 2004-04-04 15:09:46 by JsnX [Adding category link]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki