You should totally give me tips and advice so I can learn how to make them myself. :D
I'll love you forever.
Any specifications or do you have any knowledge of them? The coding is pretty easy and a lot of the elements are movable. The friends section can be a bit of an annoyance especially since it's glitched and a lot of people can't use/alter them.
Also keep in mind the general rules
Main
Will move everything. div#right{width:391px;position:absolute;top:220px;left:315px;border:none;}
Just the pet info. (Stats, image, minion, owner) table.pet_lookup{position:absolute;left:500px}
Replace the pet image. div.pet { width:200px; padding-top:198px; padding-bottom:0px !important; background: url(URL) no-repeat; }.pet img{display;none}
Remove original pet image. .pet img{display;none}
Replace pet minion div.pet_minion { width:200px; padding-top:198px; padding-bottom:0px !important; background: url(URL) no-repeat; } .pet_minion img{display:none}
Remove minion image. .pet_minion img{display:none}
Treasure chest. Move it, change bg color. .treasure_chest {position: absolute; top:-102px; width: 50px; left: -285px;border: 1px solid ;background-color:white;}
Remove it. .treasure_chest{display:none}
<style>CODE here</style>I don't have any codes for the friends section since I'm one of the glitched.

i think this is not about the general rules. it's more like
how can you use the different sections, how are they named and such! which would actually interest me, too, especially as we have a lot of "how to code profile-boards" but none about pet profiles ^^