How to use the bar
The navigational bar
that spans the top of every page on the MSU website is not actually part
of your page until it is called up by a user. It is a "server-side include"
and is required in all MSU web pages.
Place the following HTML code in your web page immediately
AFTER the opening <body> tag:
<!--#include file="/includes/whitebar.inc" -->
You will also need to place the following in your page somewhere between
the <head></head> tags:
<link href="/stylesheets/msu_newbarwhite_stylesheet.css" rel="stylesheet" type="text/css">
But wait! There's a better way...
MSU Web Management is introducing a program called
Macromedia Contribute which will make creating and maintaining your website
much easier than ever before. Instead of going to the trouble describe
above, you can just log on with Macromedia Contribute and a template with
all the proper code is already online. All you have to do is fill
in your content. You
can learn more about Macromedia Contribute in our MicroSite Central area.
|