Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Linking to a print, screen, etc style sheet?


swa66 - 9:29 pm on Mar 18, 2008 (gmt 0)


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;}
}

That way you reduce a HTTP request, and speed up things overall.


Thread source:: http://www.webmasterworld.com/css/3603885.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com