skip page navigationOregon State University
 
University Advancement:   Office of VP | News and Communication Services | Research Communications | Marketing | Trademark Licensing | Events
Web Communications
Advancement » Publications » Graphic ID » Web Identity » Web Banners.

OSU Banners


For those of you who want to use the minimum OSU banner on your pages and not use the OSU cascading style sheet, we have provided two options.

If your pages reside on the OSU Web Server, you can use a simple script called a Server Side Include (SSI). The advantage to this option is when the OSU logo changes, your banner will automatically be updated without manually revising your pages. To use, copy and paste the following line of code into the top of your existing page, just after the <body> tag.

SSI Code for an orange minimum banner:
<!--#include virtual='/u_central/includes/banner.php?color=orange'-->

SSI Code for an black minimum banner:
<!--#include virtual='/u_central/includes/banner.php?color=black'-->

If your pages reside on another server, you will need to copy and paste the complete banner display code for one of these banners.

Complete code for orange minimum banner:
<!-- OSU Orange Banner -->

<div style="background-color:#c50; clear:both; overflow:hidden; margin:0; width:100%; text-align:center; font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;">
<div style="height:42px;">
<div style="float:left; width:275px; margin:0;"><a href="#content"><img src="http://secure.oregonstate.edu/u_central/images/orangeHeight.gif" alt="skip page navigation" width="13" height="42" border="0" /></a><a href="http://oregonstate.edu/" target="_parent"><img src="http://secure.oregonstate.edu/u_central/images/orangeWordmark.gif" alt="Oregon State University" width="262" height="42" border="0" /></a></div>
</div>
</div>

Complete code for black minimum banner:
<!-- OSU Black Banner -->

<div style="background-color:#000; clear:both; overflow:hidden; margin:0; width:100%; text-align:center; font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;">
<div style="height:42px;">
<div style="float:left; width:275px; margin:0;"><a href="#content"><img src="http://secure.oregonstate.edu/u_central/images/blackHeight.gif" alt="skip page navigation" width="13" height="42" border="0" /></a><a href="http://oregonstate.edu/" target="_parent"><img src="http://secure.oregonstate.edu/u_central/images/blackWordmark.gif" alt="Oregon State University" width="262" height="42" border="0" /></a></div>
</div>
</div>

 

Web Communications
Oregon State University
102 Adams Hall
Corvallis, Oregon 97331
541-737-3871
EmailContact us

 
 
Copyright © 2007 Oregon State University | Disclaimer

Valid XHTML 1.0 Transitional  Valid CSS!