Download our web site logo and the images for the Popples you adopted by holding your mouse over the picture and clicking the right-mouse button. Choose "Save As..." or "Save Images as..." on the menu that pops-up.
Save the images for the Popples on your computer.
Highlight the code under the Popple you want to adopt using your mouse.
Go to the top of your screen to the menu is on your web browser, where it says "File", "Edit", etc.
Click on "Edit" and choose "Copy".
How do you normally make changes to your web page? The thing you use to make these changes is called a "web page editor". (At Geocities, it's the File Manager. At Angelfire, it's the Web Shell.) You normally have to login to get to your web editor.
Upload the images you just downloaded, including our logo, to your web page.
Go to where you normally would to make changes to the web page you want your Popples on.
Find a part of the web page where they allow you to write HTML code. Click the mouse where you would like the code to be placed.
Go back to "Edit" on the top menu screen. This time choose "Paste". The code should appear in your web editor.
In the codes for each Popple, find where it says --DATE--. Replace this with the date you adopted your Popple.
Save the changes to your web site.
Go to your web page just to make sure everything shows up correctly. If it does not show up correctly, use the Instruction below instead or e-mail us for help.
For web sites that DO NOT support HTML:
Find the name of the character you want to adopt.
Download our web site logo and the images for the Popples you adopted by holding your mouse over the picture and clicking the right-mouse button. Choose "Save As..." or "Save Images as..." on the menu that pops-up.
Save the images for the Popples on your computer.
Upload the images you just downloaded, including our logo, to your web page.
Link the logo and your adopted Popples to: http://www.popples.org
Go to your web page just to make sure everything shows up correctly. If it does not show up correctly, e-mail us for help.
PC Popple
<!-- PC Popple Adoption code -->
<center>
<table border="6" cellpadding="2">
<tr>
<td>
<center>
<img src="anipc.gif"
alt="Adopted PC Popple"><br>
PC Popple<br>
was adopted on --DATE--<br>
</center>
</td>
<td>
<center>
<a href="http://www.popples.org"><img
src="logo.jpg" height=100
alt="Click to Adopt!"></a><br>
</center>
</td>
</tr>
</table>
<br>
<br>
Party Popple
<!-- Party Popple Adoption code -->
<center>
<table border="6" cellpadding="2">
<tr>
<td>
<center>
<img src="aniparty.gif"
alt="Adopted Party Popple"><br>
Party Popple<br>
was adopted on --DATE--<br>
</center>
</td>
<td>
<center>
<a href="http://www.popples.org"><img
src="logo.jpg" height=100
alt="Click to Adopt!"></a><br>
</center>
</td>
</tr>
</table>
<br>
<br>