Software Development
Web Development
ND.gov Banner Installation: XHTML Compliant Version
For Sites That Utilize A Document-Level Style Sheet
The following needs to be installed between the head tags of your html document:
<style type="text/css">
body {margin: 0px; color: #000000; background-color: #ffffff}
.table0 {background-image: url("http://includes.state.nd.us/images/banner_bkg.gif")}
</style>
Then, the following needs to be inserted immediatly after your HTML document's body tag:
<!-- state portal banner -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" summary="ND State portal banner">
<tr>
<td width="100%" class="table0" valign="top"><a href="http://nd.gov"><img src="http://includes.state.nd.us/images/discover_banner.gif" width="580" height="25" border="0" alt="Go to nd.gov, the official site for North Dakota State Government programs and services." /></a></td></tr></table>
Your document's body tag should be empty if you are using this XHTML compliant CSS version of the state banner (<body>).
|