<!-- First make a webring page that is wr followed by your website's name and .html, so for BlackSheep
it would be wrblacksheep.html 
This page should have info about your page and a link to your site's main page -->

<!-- If you don't have any HTML knowledge, you can use this simple code to create a simple page 
REMEMBER TO EDIT THE CODE WHERE IT SAYS TO
-->

<html>
<head>
<title>
Put the name of your site here
</title>
</head>
<body>
<h1>Name of your site</h1>
<br><br>
Info about your site
<br><br><br>
<a href="URL of your sites main page">Name of Your site for the link</a>

<!-- Then upload the images in the zip folder to your webshell/editor. Do not change their names or the code will not work-->

<!-- On this page, anywhere before the arrow buttons, put this: -->

<center><a target="_top" href="http://www.angelfire.com/linux/blacksheep/webring/webringindex.html">
<img src="johnwarewebring.bmp"></center>



<!-- Put this code at the bottom of your webring page -->

<br><br><br>
<center>
<a target="_top" href="URL-from" >
<img src="webringarrowleft.JPG" width="50" height="50" border="0" alt="Previous Page" title="Previous Page">
<!--
<a target="_top" href="URL-to" >
<img src="webringarrowright.JPG" width="50" height="50" border="0" alt="Next Page" title="Next Page">
</center>
-->


<!-- Then go onto the webring index page and click through to the last page of the webring. It will only have an back arrow 
to go back to the previous page and not and forward arrow. Copy the URL of this page and replace in the above code where it says URL-from 
with that URL. When another page joins the webring, you will be notfied and you can replace where it says URL-to with the 
URL of the new page. Then remove the comment tags (<!-- and -->) in the second part of the code and then you don't have to do anymore
editing to your page except when you want to update your content. -->

