- IRT Division
- Vice President & Chief Information Officer
AIRC Rm 3010 (map)
916.278.7702




Site Navigation
Web Central Home
Sacramento State Policies & Guidelines
Getting Started
- Accessibility
- Copyright
- Service Request Forms
- Templates
- Using Sac State Servers
- Content Management (WCM)
Web Design Basics
Get Help
- Graphics
- QuikRef Guides
- Faculty/Staff Training
- Workshop Handouts
- Web Coordinators
- CAS Information
- Web Services Staff
Tips & Tricks
Webpage Printing
Webpages sometimes use a separate CSS file to handle print that can look a lot different than what is displayed in the browser. A print CSS usually has a much simpler document flow and hides navigation and extaneous information a typical user printing the document is not interested in wasting ink and page realestate on. Print CSS can also display URL's next to linked text to make hyperlinks more meaningful to a print document.
By default, the CSUS template has a plain print CSS. To remove this make the following changes to the template code starting on line 6 of the 1column.dwt and 2column.dwt:
<link rel="stylesheet" href="http://www.csus.edu/webpages/template/css/reset-min.css"
type="text/css" media="screen" charset="UTF-8" />
<link rel="stylesheet" href="http://www.csus.edu/webpages/template/css/sacstate.1.1.css"
type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="http://www.csus.edu/webpages/template/css/print.css" type="text/css" media="print" charset="utf-8" /> <script type="text/javascript" src="http://www.csus.edu/webpages/scripts/jquery-1.2.6.js">
</script>
<script type="text/javascript" src="http://www.csus.edu/webpages/scripts/superfish.js">
</script>
<script type="text/javascript" src="../js/private.js"> </script>
<link rel="stylesheet" href="../css/private.css" type="text/css" media="screen" charset="utf-8" />
Information Resources and Technology | Sacramento State | 6000 J St | Sacramento, CA, 95819-6065 | AIRC Building | 916.278.7337
If you have difficulty accessing content on this page, please contact the webmaster.