How to Add the New UNC Header

Step 1:

Open up your main template (usually called master.dwt) and click on [ CODE ]:

Code

Around line 13, should be the line:

@import url("../css/uncheader.css");

change this to:

@import url("http://www.unco.edu/assets/css/uncheader750-2009.css");

Step 2: The header

At approximately line 24, you should see the following code:

UNC header code

The UNC header spans from the first tag:

<div id="UNCheader">

to the closing div tag:

</div>

Replace the UNC header code with:

Save the template and apply the changes to the pages attached to the template.

Step 3: Fixing the old CSS

Open up the file called structure.css that is located in the CSS folder:

Structure

Line 18 should read:

body {margin:0; padding:0; background-image:url("../images/pagatopback.gif"); background-position:top; background-repeat:repeat-x;}

Change this to:

body {margin:0; padding:0; }

Save structure.css and republish the entire site.

That's it.

That should be it. If you have any questions, please email Jesse Clark.