Web Services

Style Guide - SUU Units

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. Title

Every 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
2. SUU - Admissions Office: Registration Form
3. SUU - News & Information *ARCHIVE*

Note: All pages that have an archive must indicate that it is an archive within the title. This is for searching purposes.

Illustration: Showing where the title bar is

2. Banner

Every 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.
<!--#INCLUDE file="/includes/ban.inc"-->

The navigation bar provides the following links: "SUU Home" "Site Map" "Contact Info" "Search"

Illustration: Showing where the banner is

3. Information Bar

Every 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.
<div id="infofooter" class="clearfix">
<hr />
<!--#INCLUDE file="/includes/error.inc"-->
<div id="askquestion"><p><a href="contact.html">Looking for Answers? Ask this Department.</a></p></div>
<div id="date"><p>Last Update: <!-- #CONFIG TIMEFMT="%A, %B %d, %Y" --><!--#ECHO VAR = "LAST_MODIFIED" --></p></div>
<hr />
</div>

The Information Bar provides the following information:

  1. "Report an Error on this Page"
  2. "Last Update"
  3. "Looking for Answers?"

Note: The "Looking for Answers" link needs to point to a contact page for that specific department.

Illustration: Showing where the info bar is

4. Footer

Every 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.
<!--#INCLUDE file="/includes/footer.inc"-->

The footer includes the SUU address, phone number, copyright, and disclaimer.

Illustration: Showing where the footer is

5. SUU Core CSS

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


6. Compliant with Accessibility Laws

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.


STRONGLY Recommended

| Web Services |


Report an Error on this Page

Looking for Answers? Ask this Department.

Last Update: Wednesday, June 18, 2008



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)