The Animal Lovers Ring now has over 600 members. The duties involved in maintaining and administering the ring have become too great for just one person.

I am looking for people who love animals, who have a good working knowledge of HTML and who have some free time they would like to devote to helping this ring run smoothly. You need not have run a ring before. I will teach you about how the ring works. I would prefer someone who is not currently running their own ring, especially a large one.

The duties involved will be (1.) checking current members sites to be sure they have not moved, deleted the ring code or somehow distorted the code so that it no longer functions properly. (2.)Visiting the sites of potential members who have submitted to the queue and adding them to the ring. For both of these duties, you will need to know HTML well enough to recognize errors in the code.

Below please find how the code should look for member #800 who has chosen the cats.gif image.




<!-- Begin Animal Lovers Ring Fragment-->



<center><table border=0><tr><td align="center"><font size=2>

<b>This <a href="https://members.tripod.com/~animallover/">

Animal Lovers Ring</a>



site is owned by <a href="mailto:mailto:email@youradd.net">

Your Name</a>.<br><br>



<a href="https://members.tripod.com/~animallover/">

<IMG WIDTH=177 HEIGHT=135 SRC="cats.gif" border=0></a>

</td></tr><td align="center"><font size=2><b>



| <a href="http://www.webring.org/cgi-

bin/webring?ring=animal&id=800&next">Next</a> |



| <a href="http://www.webring.org/cgi-

bin/webring?ring=animal&id=800&skip">Skip Next</a> |



| <a href="http://www.webring.org/cgi-

bin/webring?ring=animal&id=800&prev">Previous</a> |



| <a href="http://www.webring.org/cgi-

bin/webring?ring=animal&id=800&next5">Next 5</a> |



| <a href="http://www.webring.org/cgi-

bin/webring?ring=animal&id=800&random">Random</a> |



<br><font size=2><b>Want to join the ring?

  Click here for <a href="https://members.tripod.com/~animallover/">

info</a>.</font></td></tr></table></center>



<!-- End Animal Lovers Fragment-->



On the member page, it should appear like this:

This Animal Lovers Ring site is owned by Your Name.

| Next | | Skip Next | | Previous | | Next 5 | | Random |
Want to join the ring? Click here for info.


Things that need to be checked are:

1. Have they used their own e-mail address and name?
2. Does the ring code contain their own ID number (in this case, 800)
3. Is the ring image loading correctly and it is on their own server? Remember that they can choose any image they want, but it must look correct (height and width) and not be direct linked to the Animal Lovers Ring homepage.
4. Are all the links correct with no extra spaces or errors?

You will need to familiarize yourself with the standard webring code link format. All ring links (next, skip next, random, etc.) start the following way.

a href="http://www.webring.org/cgi-bin/webring?

followed by the name of the ring (the "ring ID")

ring=animal

next comes the id number of the individual member site separated by either an & or a ;

&id=800

and finally the command for the ring to follow (next, skip next, random, etc.) also separated by either an & or a ;

&next

When it all comes together, it should look like this:

a href="http://www.webring.org/cgi-bin/webring?ring=animal&id=800&next







If you feel you understand how the code works, and you are interested in becoming an Animal Lovers Ring Helper, please take the following quiz.




QUIZ

The code is shown 3 times below. Each instance has an error in it which is commonly found in new member's code. Please check the code and locate the error then e-mail me with the list of errors. Please use the subject line "Helper's Quiz" so I can identify it quickly. Thanks and good luck! Be sure to check the list above for the things that need to be checked....

The following person has submitted to the queue of the ring

Name: Jane Snow
e-mail: jane@mailme.com
ID# 955


#1
This Animal Lovers Ring site is owned by Jane Snow.

| Next | | Skip Next | | Previous | | Next 5 | | Random |
Want to join the ring? Click here for info.


#2
This Animal Lovers Ring site is owned by Jane Snow.

| Next | | Skip Next | | Previous | | Next 5 | | Random |
Want to join the ring? Click here for info.


#3
This Animal Lovers Ring site is owned by Jane Snow.

| Next | | Skip Next | | Previous | | Next 5 | | Random |
Want to join the ring? Click here for info.




Again, after you have found the 3 errors, please e-mail me the answers with the subject line "helper's quiz". Please include the URL of your own homepage if you have one and include any other info that you think would be of interest.

Thanks!


Back to the Animal Lovers Homepage