|
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.
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...
<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>
<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>
|