IET Web Template: Thin Header
- PLEASE NOTE: The thin header should only be used for special cases such as existing web applications. For all other IET web pages, please use the standard page template.
- The link to the IET web template thin header is http://ietincl.ucdavis.edu/includes/s_header.htm
- The link to the thin header css file is http://ietincl.ucdavis.edu/css/thinHdr.css
- You may use this link to include the header file in your pages using the server side scripting language of your choice. Alternatively, you can save the template code to your local server.
- Add the code below to the <head> section of your page to link to the thin header stylesheet.
<style type="text/css">
@import url(http://ietincl.ucdavis.edu/css/thinHdr.css);
</style>
or
<link rel="stylesheet" href="http://ietincl.ucdavis.edu/css/thinHdr.css" type="text/css" />