[Back to RiceInfo]

RiceInfo World-Wide Web Style Guide

http://riceinfo.rice.edu/web/style.html

This document is intended to serve as a style guide for people who publish information on the World-Wide Web at Rice University. It has been formatted as a single document to make it easy to print out. This document consists of three sections:

  1. Required: rules which must be followed by every WWW publisher at Rice
  2. Encouraged: principles of good World-Wide Web style which are strongly encouraged
  3. Optional: the "RiceInfo look", for web authors who wish their documents to mesh stylistically with the core of RiceInfo
This document is not intended to teach the basics of publishing on the World-Wide Web, such as HTML (Hypertext Markup Language) or how to create your own pages on WWW servers at Rice. For introductory material on those topics, see Selected WWW Documentation (http://riceinfo.rice.edu/about/index.html#WWW).

If you have questions about this document or the World-Wide Web, please contact riceinfo@rice.edu.


1. Required


2. Encouraged

Good web style is a complex subject, incorporating general principles of good writing style and good visual design as well as technical matters specific to the World-Wide Web. Here are a few of the most important (and most often overlooked) recommendations.


3. Optional: the "RiceInfo Look"

The "RiceInfo look" has been developed collaboratively by the staff of Information Systems and University Development, with oversight by a committee drawn from throughout the university. It is intended to present a dignified and attractive image for Rice University as would be expected for any official University publication, whether on paper or online.

To conform to the "RiceInfo look", web authors should follow the encouraged guidelines above. In particular, they must be aware of their intended audience and choose HTML features accordingly: for a broad world-wide audience, they should be conservative in their use of browser-specific HTML features such as tables; for a primarily on-campus audience, features requiring a more modern browser (e.g. Netscape) are acceptable.

The "RiceInfo look" is required for the top two levels of RiceInfo (i.e., the main pages linked to from http://riceinfo.rice.edu) and is encouraged for other official documents such as departmental web pages. It is not encouraged for unofficial pages such as personal home pages; if you don't speak for Rice or one of its departments, please don't use this style (although you are welcome to use the "navigation bar" imagemap).

Elements of the "RiceInfo look"

Combining the elements on the page

Here is the HTML for a sample page combining the elements above. You can use the cut-and-paste feature of your windowing system to copy this HTML into a text editor.

(Note that Netscape is sensitive to newlines and spaces among these elements. In order for the banner and navigation images to line up properly, you may need to format your HTML exactly as shown here.)

<html>
<head>
<title>
Your Title Goes Here (Rice University Department of Foo)
</title>
</head>
<body bgcolor="#ffffff"> 
<center>
<img alt="" src="http://riceinfo.rice.edu/images/ri_header.gif"><br>
<a href="http://riceinfo.rice.edu/cgi-bin/imagemap/images/navbar.map"><img src="http://riceinfo.rice.edu/images/navbar.gif" border=0 ismap alt="[Back to RiceInfo]"></a></center>
<center>
<h1>
Your Title Goes Here
</h1>
</center>
<p>
The content of your page goes here.
<p>
<hr>
<a href="http://foo.rice.edu">
<img alt="&lt;-" border=0 src="http://riceinfo.rice.edu/images/back.gif">
Back to the Dept. of Foo</a><p>
<address>
-- For more information about the Department of Foo contact
<a href="mailto:foo@rice.edu">foo@rice.edu</a>.
<br>
This page maintained by <a href="http://foo.rice.edu/~jdoe">Jane Doe</a>
(<a href="mailto:jdoe@rice.edu">jdoe@rice.edu</a>).
<br>
Updated: 1999.12.31
</address>
<p>
<font size=1>
<a href="http://riceinfo.rice.edu/about/cr-notice.html">
Copyright 1999 Rice University</a>
</font>
</body>
</html>

Here is how the page would appear:


[Back to RiceInfo]

Your Title Goes Here

The content of your page goes here.


<- Back to the Dept. of Foo

-- For more information about the Department of Foo contact foo@rice.edu.
This page maintained by Jane Doe (jdoe@rice.edu).
Updated: 1999.12.31

Copyright 1999 Rice University


-- Prentiss Riddle and the RiceInfo support team (riceinfo@rice.edu). 1999.02.23

Copyright 1996-1999 Rice University
URL: http://riceinfo.rice.edu/web/style.html