Link to USGS home page
Internal USGS Access Only

Continuous Visual Identity Banners

The examples below use icon paths available to all hosts in NatWeb.

Using a Style Sheet With Repeat-x

Link to USGS home page
Internal USGS Access Only

Style must be set in HEAD section of html document.

    <style type="text/css">
      .tileBannerSmBurgundy {
        background-image: url(/visid-icons/repeat-x/sm_burgundy_1px.gif);
        background-repeat: repeat-x;
            }
    </style>
    <p class="tileBannerSmBurgundy"><a href="https://www.usgs.gov/"><img
        src="/visid-icons/sm_burgundy.gif" style="border-style:none"
        alt="Link to USGS home page" height="32" width="480"></a><br>
          <i>Internal USGS Access Only</i></p>

The image used for tiling is 1 pixel wide.

    <img src="/visid-icons/repeat-x/sm_burgundy_1px.gif" alt="">

Using a Table with a Background Color

Link to USGS home page
Internal USGS Access Only
    <table width="100%"><tbody>
          <tr><td bgcolor="#990033"><a href="https://www.usgs.gov/"><img
             src="/visid-icons/sm_burgundy.gif" style="border-style:none"
             alt="Link to USGS home page" height="32" width="480"></a></td></tr>
          <tr><td><i>Internal USGS Access Only</i></td></tr>
        </tbody></table>

Banner Image Alone

Link to USGS home page
Internal USGS Access Only

    <p><a href="https://www.usgs.gov/"><img
        src="/visid-icons/sm_burgundy.gif" style="border-style:none"
        alt="Link to USGS home page" height="32" width="480"></a><br>
          <i>Internal USGS Access Only</i></p>

A web page displaying the standard Visual Identity Web banners is available.


Web page created and maintained by David Boldt
Last modified: Mon Apr 28 15:25:10 EDT 2003