Adding the Ring logo:


Often times people have a difficult time displaying their graphics after they insert the ring code and upload the graphics onto their server. Even though the image was saved and uploaded, the image shows as a broken graphic tag when viewed online. Usually this is because the directory your web page is in - and the directory your picture is in - is two different places. I will use "logo.jpg" as the name for the graphic for example purposes below.

If your pictures and documents are in separate directories you need to reference to that directory in your <IMG SRC> code i.e.: change where it says:

<td Width="199" Align="Center" VAlign="Middle" height="133"><img src="logo.jpg"
alt="The  Bull Terrier ring (4824 bytes)" WIDTH="199" HEIGHT="133"></td>

to:

<td Width="199" Align="Center" VAlign="Middle" height="133"><IMG SRC="http://www.yourserver.com/your_images_directory/logo.jpg" alt="The Bull Terrier ring (4824 bytes)" WIDTH="199" HEIGHT="133"></td>

for your graphic to display properly. You would reference which ever directory your images are stored in.

Here is a small selection of logo's you can use:

       

 

       

If you want to use one of these logo's rightclick the image and select "save image as...."