I'm trying to code my own pet profiles, but I noticed that once I started moving things around the values for the Foods Eaten / Books Read and the employment are all blank?
I've hidden them on my other pets, but I'd like to show them on my main pet because she is my gourmand / book pet.
Does anyone know how to get those values back?
This is the code I have:
{position:absolute; top:75px; left:775px; font-family: 'Kalam', cursive;
text-align:left;}
, , , , , , {display: none;}
remove a from your beginning reset section. however, this will also bring back the pet's job and "enable/disable weapons showing."
you can hide the job by adding # pet_employment to your beginning {display:none;} section. i uh, don't remember how you hide the weapons showing link while leaving the other links, but this is only visible to you, and if it is disabled, any potions or pylonics equipped to your pet should be hidden from people visiting.
thanks so much! this definitely fixed it, although now I want to get rid of the 'enable/disable weapons showing" but now that everything is displaying the way I want it to, I can live with that.
:)
@/pickle
oh, i knew there was a better way to do it! thanks to , you can put the a back where it was {display:none;} and just use this line of code instead --
Remove weapons enabled/disabled link?
a, a, a {display: inline}[/quote](it looks like you want to keep the job showing? so i just added the food stat instead of replacing the pet job link frenchi originally had)