Replies

Jul 17, 2019 6 years ago
Chinchilla
is buggin out
User Avatar

Houney Working on my pet's profile when I noticed that their job link is missing. Just shows "Job:" with no link after.
Here's the coding <style> , , -ban, -ban-main, -lrc, -rrc {display:none;} , -right, , , , h2, a, {display:none;} , , body, , , {background-color:transparent;}

, , , , , , {display: none;}

li#stat_level, li#stat_strength, li#stat_defense, li#stat_speed, li#stat_health, li#stat_hp, li#stat_intelligence, li#stat_books_read, li#stat_food_eaten{display: none;}

html,body{background: url('http://i58.tinypic.com/2uf6i2s.jpg');} body,html,div,li,a{text-transform:none;color:;font-family:Comic Sans MS;font-size:14px;} a:link {color:;}
a:visited {color:;} a:hover {color:;}

{position:absolute; top:150px; left:0px; z-index: 1 } {position:absolute; top:175px; left:1084px; z-index: 1 }

{position:absolute; top:48px; left:1064px;z-index: 1} .pet_name{position:absolute;top:62px;left:155px;font-size: 70px; z-index: 1} .pet_color_info{position:absolute; top:112px; left:180px; z-index: 1} .owner{position:absolute; top:107px; left:707px; z-index: 1} .pet_age_info_date{position:absolute; top:127px; left:707px; z-index: 1} .pet_wco_info_date{position:absolute; top:147px; left:707px; z-index: 1} {position:absolute; top:17px; left:707px; z-index: 1}

{position:absolute; top:500px;left:450px;width:431px;height:205px; overflow:auto; z-index: 1} .treasure_item {margin-top:3px; margin-left:5px;} {position:absolute; top:500px; left:900px; width:433px; z-index: 1}

.pic {position:absolute; top:160px; left:50px;z-index: 1} .textbx {position:absolute; top:210px;left:610px;width:398px;height:233px; overflow:auto; z-index: 1} .bgimage {position:absolute; top:30px; left:140px;z-index: 0;}

</style>
This is the main text box.


Currently hoarding dust!
Donate to the Dust Fund today!

Jul 17, 2019 6 years ago
Elementary, my dear
Written
User Avatar

In your coding you have:

a {display: none;}

This is preventing the job title from displaying, because it is a link. :)

The past is written, but the future is left for us to write. ~ Picard

Jul 17, 2019 6 years ago
Chinchilla
is buggin out
User Avatar

Ah, thank you!


Currently hoarding dust!
Donate to the Dust Fund today!

Please log in to reply to this topic.