Replies

Jul 29, 2016 9 years ago
The Plushie Collector
x3muffin
User Avatar

I found a free pet profile to use but for the description part whenever i am writing something it would not show up on my pet profile. I don't know if i'm doing something wrong like writing in the wrong part or the code just doesn't work for me..

Here is the code:

<style> /* A free Pet Profile created by FallenSamurai, avaliable at https://subetagraphics.proboards.com */ /* ------------------ Overall ------------------ */ html { margin: auto !important; width: 100%; height: 100%; background: url(http://images.forwallpaper.com/files/thumbs/preview/12/126385__vintage-letters-envelopes-postcards-stamps-perfume-brooch_p.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: green; } body { width: 760px; height: auto; margin: 0 auto; position: relative; background: transparent; margin-top: 50px; margin-bottom: 50px; font-size: 10px; color: ; } h2, , , , , , , , , .pet_age_info_date, .pet_wco_info_date { display:none; } a:link, a:visited, a:hover { color: ; } , { height: auto !important; background-color: rgba(255,255,255,1); margin-left: 0px; padding: 0px; min-width: 100%; } { background: transparent; } { width: auto; padding: 25px 25px 0; } /* ------------------ DO NOT TOUCH ------------------ */ ::after { content: 'free profile by FallenSamurai @ subetagraphics.proboards.com'; font-size: 9px; margin-left: 2px; } /* ------------------ END DO NOT TOUCH ------------------ */ /* ------------------ Minion ------------------ */ { width: 200px; height: 163px; margin: 0; padding: 0; font-size: 10px; } /* ------------------ Pet Info ------------------ */ { width: 290px; } .pet_name { font-family: georgia; } .pet_color_info { position: relative; top: -15px; } .owner { position: relative; top: -15px; } { width: 250px; height: 250px; margin: 0 auto; background-position: 50% 50%; background-repeat: no-repeat; } /* ------------------ Stats ------------------ */ { display:none; } /* ------------------ Spotlight ------------------ */ .pet_spotlight { position: absolute; left: 525px; top: 15px; width: 210px; height: 163px; padding-top: 20px; font-size: 10px; } /* ------------------ Pet Description ------------------ */ { padding-bottom: 20px; padding-top: 20px;

Hello.

} /* ------------------ Pet Treasure ------------------ */ { } .treasure_item { margin-right: 6px; margin-bottom: 6px; } .treasure_item img, .treasure_item { width: 64px; height: 64px; } /* ------------------ Pet Friends ------------------ */ { } .friend_div { display: block; height: auto; margin: 3px; padding: 5px; text-align: center; width: 100px; } </style>

Much appreciation to whoever is able to help me fix this issue because I really want to work on HappyBear's profile ~

Jul 29, 2016 9 years ago
Kevin
is all-powerful
User Avatar
Wuf

so the profile works for you but you want to write some text, and that text isn't showing up?

are you writing inside or outside of the style tag?

I tried it out on Bzzt's profile and it seems to be working (cleared it, can add it back if you want me to though)

Jul 29, 2016 9 years ago Official
HopefulNebula
is very punny
User Avatar
Pindsvin

Moving this to Profiles & Graphics Discussion, as it fits better there. :)


Be on the lookout. Be ready to help each other. It's important.
Minimod icon by

Jul 29, 2016 9 years ago
Bug
User Avatar
Segfault

You need to write your text outside of the code. Try writing it at the very top, before the <style> tag.

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Jul 29, 2016 9 years ago
The Plushie Collector
x3muffin
User Avatar

i wrote it inside the style tag

oh so i can write the text at the very top of the code. i will definitely try that, thank you!

Jul 30, 2016 9 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

yep, either before or after the style tags. everything outside of the style tags is HTML which is what defines the contents of the page. everything inside the style tags is CSS which, well, styles the contents of the page. 😊

Please log in to reply to this topic.