Adopt Z-Bug
Just right-click on each image and choose "Save Picture As..." Save it to your computer, and then upload it to your webpage server. After you have done that, copy and paste the following text into your page's HTML:
<center>
<form>
<table border="6" cellspacing="6">
<tr>
<td>
<input type="button" value="Feed" onclick="document.image.src='zfeed.gif'">
</td>
<td>
<input type="button" value="Play" onclick="document.image.src='zplay.gif'">
</td>
<td>
<input type="button" value="Sleep" onclick="document.image.src='zsleep.gif'">
</td>
</tr>
<tr>
<td bgcolor="808080" align="center" colspan="3">
<img src="zbug.gif" name="image" alt="My WebPet">
</tr>
<tr>
<td bgcolor="00ff00" align="center" colspan="3">
<h5><font face="arial">My WebPet, Z-Bug</font></h5>
<p><font size=1>
Get a WebPet at <a href="https://www.angelfire.com/oh/dannosworld">
Danno's World</a>!
</font>
</td>
</tr>
</table>
</form>
</center>
(BTW, just in case you're not familiar with "copy and paste," do the following: With your mouse, move the arrow over the above text. Click and hold, then drag the arrow over the text to highlight it. After it's all highlighted, hit Ctrl-C to copy. Later, when you're in your HTML editor, hit Ctrl-V and your text will reappear.)
Important! Note that the HTML above lists all images in the form of "xxx.gif". If your images are stored in a specific "image" file, you may have to change the images above to "/images/xxx.gif", or whatever format your server works with.
Example: People with Angelfire pages would have to change a line such as:
<input type="button" value="Sleep" onclick="document.image.src='xxx.gif'">
to:
<input type="button" value="Sleep" onclick="document.image.src='/state/sitename/images/xxx.gif'">
That about covers it. Feel free to change the name of your WebPet. Have fun!
Back to the Adopt-a-WebPet Main Page.