STEP 2: CSS
Alright, now it's a little trickey. You gotta copy this code into a notepad document or (preferably) a Microsoft FrontPage blank page if you have it. Make sure you don't put it with the HTML stuff behind it, *JUST* the code.
It's called a "Cascading Style Sheet" and this is what's used to position the images on your pet's lookup. After you paste it save it.
Whatever pet you want it, save it as "YOUR-PET'S-NAME.css". Make sure you save it to a folder you can find later.
NOTE: Do not paste this into the description part - this is a separate file that you need to upload to a host. Do NOT use this in the description.
img.a { position: absolute;
top: 36;
left: 210; }
img.b {position: absolute;
top: 190;
left:145; }
img.c {position: absolute;
top: 926;
left: 218; }
img.d {position: absolute;
top:1176;
left: 370; }
td {color : 515151;font : 11px verdana; }
A:link { color : silver; }
A:active { color : teal; }
A:visited { color : teal; }
A:hover {color : silver;
background-color : transparent;
text-decoration : none; }