Replies

Jun 3, 2009 16 years ago
Pepsi_306
gets around
User Avatar

You should totally give me tips and advice so I can learn how to make them myself. :D

I'll love you forever.

Jun 3, 2009 16 years ago
Revel
is sweet
User Avatar

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

Basics Of course, edit them to fit your needs. Let me know if I can help further :)

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}

All in style tags. <style>CODE here</style>

I don't have any codes for the friends section since I'm one of the glitched.

Jun 3, 2009 16 years ago
LeCoeurNoir
parties with the undead
User Avatar
Yunah

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 ^^

❤ [flower=LeCoeurNoir] ❤

Jun 3, 2009 16 years ago
Pepsi_306
gets around
User Avatar

Revel; Thank you!! Those codes will help me out lots. :D I want to start making more than just profiles. I don't think I plan on messing with the friends area either.

Please log in to reply to this topic.