If you would like to display the NRAWinningTeam.com "Safety, Responsibility, Freedom --- NRA" graphic on your web site, please feel free to do so. We ask only that you allow the graphic to link back to NRAWinningTeam.com.

Below are 3 styles of display suggested for best viewing results (background color selected for optimal fade smoothness, color scheme insensitivity, etc.). HTML code follows each example.

  1. Choose which style you like best.
  2. Copy and paste the HTML code for that style into your HTML file on your disk.
  3. By clicking the right button of your mouse over one of the below animated images (on Macs, hold down the mouse button), download the image GIF file (it's called "srfnra.gif") to your hard disk. It is recommended that you store the image GIF file in the same location as your HTML file. (That way, the below HTML code will work unchanged).
  4. If you store the image GIF file elsewhere, adjust the src="srfnra.gif" attribute to reflect the new location.


First, the graphically ultra-simple...

The HTML for this implementation is...

<table align=center bgcolor=#cccccc border="1">
    <tr>
        <td nowrap align="center"><a
        href="/cgi-bin/pass.cgi?url=http://www.nrawinningteam.com/"><img
		src="srfnra.gif" border="0" width="300" height="30">
        </a></td>
    </tr>
</table>


The next 2 examples simply add a little more text...

Click for NRAWinningTeam.com

<table align=center bgcolor=#cccccc border="1">
    <tr>
        <td nowrap align="center"><font face=Arial size="-1"><a 
        href="/cgi-bin/pass.cgi?url=http://www.nrawinningteam.com/">Click
            for NRAWinningTeam.com</a><br><a 
        href="/cgi-bin/pass.cgi?url=http://www.nrawinningteam.com/"><img
            src="srfnra.gif" border="0" width="300" height="30">
        </a></font>
        </td>
    </tr>
</table>


Click for NRAWinningTeam.com

ALWAYS handle firearms responsibly

<table align=center bgcolor=#cccccc border="1">
    <tr>
        <td nowrap align="center"><font face=Arial size="-1">
        <a href="/cgi-bin/pass.cgi?url=http://www.nrawinningteam.com/">Click
            for NRAWinningTeam.com</a><br><a
        href="/cgi-bin/pass.cgi?url=http://www.nrawinningteam.com/"><img
            src="srfnra.gif" border="0" width="300" height="30">
        </a><br><B><I> ALWAYS handle
            firearms responsibly </I></B></font></td>
    </tr>
</table>