This page outlines the web page requirements for the following SUU units:
Colleges, Schools, Departments, Divisions, Administrative offices, committees,
and faculty/staff home pages.
A template file will be provided to each unit to help facilitate conforming to the following requirements.
1. TitleEvery page must have a title within the HTML title tags. The page must begin with "SUU - " and be followed by a content appropriate title, similar to the following examples: 1. SUU - Admissions Office Note: All pages that have an archive must indicate that it is an archive within the title. This is for searching purposes. |
![]() |
2. BannerEvery page must have the standard SUU banner, placed at the top of the page. Insert the following line of code into the page, directly after the opening <body> tag. The navigation bar provides the following links: "SUU Home" "Site Map" "Contact Info" "Search" |
![]() |
3. Information BarEvery page must have the standard SUU Information Bar, placed second to the bottom of the page. Place this block of code just before the closing <body> tag and the Footer include code.
Note: The "Looking for Answers" link needs to point to a contact page for that specific department. |
![]() |
4. FooterEvery page must have the standard SUU footer, placed at the bottom of the page. Insert the following line of code just before the closing <body> tag. The footer includes the SUU address, phone number, copyright, and disclaimer. |
![]() |
Every page must reference the core cascading style sheet (CSS) placed in the HTML head section with the following code:
<style type="text/css" media="screen">
@import url(/styles/structure.css);
</style>
This stylesheet controls the overall page margins, banner and footer structure.
A secondary stylesheet (basics) should be used if a department does not have their own styles defined. This is placed in the head section of the code, just after the core CSS.
<link href="/styles/basics.css" rel="stylesheet" type="text/css" media="screen" />
The basics CSS defines the font type and size, link color, and other environment settings to provide a consistent look and feel throughout the SUU site.
- Get a visual guide to see how SUU's stylesheets affect standard web elements
All pages should be compliant with accessibility laws. Accessibility checking is a crucial part of our website development. Content needs to be accessible to users with many differing disabilities. WebServices has many years of experience in checking for all of these different areas. If you would like help with accessibility issues, contact Web Services.
Two of the easiest steps you can take toward accessibility: put alt text on all of your images and avoid using the words "Click here" on your page.
| Web Services |
Note: This site is accessible to any browser, although, it will look much better in a browser that supports web standards.
To view this page properly, please upgrade your browser. We recommend:
Mozilla Firefox (PC/Mac/Linux download)
Opera (PC/Mac/Linux/Solaris download)
Safari (Mac download)