Page is a not externally linkable
swa66 - 9:29 pm on Mar 18, 2008 (gmt 0)
That way you reduce a HTTP request, and speed up things overall.
You can include in your one and only CSS file lines such as:
@media print {
h1.title {padding: 0;}
.caption, .navbuttons, .buttons, .interactive, #menu, #crum {display:none;}
}