To add the link back banner to your
web page for the NOAC 2000
Live area on the Official OA Web Site, just cut and paste the following segment into your web page.
Simple as that!
For the large banner
<!-- Start Cut Here -->
<CENTER> <TABLE BORDER=2> <TR><TD>
<A HREF="http://www.oa-bsa.org/events/n2000/live/">
<IMG SRC="http://www.oa-bsa.org/images/n2klogo.gif"
BORDER="0" WIDTH="254" HEIGHT="130"
ALT="Link to the NOAC 2000
Live area on the Official OA Web Site">
</A>
</TD> </TR> </TABLE> </CENTER>
<!--End Cut Here-->
For the small banner
<!-- Start Cut Here -->
<CENTER> <TABLE BORDER=2>
<TR><TD>
<A HREF="http://www.oa-bsa.org/events/n2000/live/">
<IMG SRC="http://www.oa-bsa.org/images/n2klogo_s.gif"
BORDER="0" WIDTH="127" HEIGHT="65"
ALT="Link to the NOAC 2000
Live area on the Official OA Web Site">
</A>
</TD> </TR>
</TABLE> </CENTER>
<!--End Cut Here-->
Revised 7/30/00.