|
|
|
|
|
|
Posted: Sat Nov 04, 2006 10:58 am
Someone help! I've tried the #profile. avatar{} and some other stuff... Help? If you need my code to see whats wrong, just please PM me?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sat Nov 04, 2006 10:43 pm
Delete this line of code for your coding: #profile img {Display: none; } It's stopping every image from displaying and since your avatar is an image it won't display.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Nov 05, 2006 10:14 am
Thank you, but I wouldn't like my Equipped there...
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Nov 05, 2006 2:25 pm
Then change that line to read: #profile .items {display: none; } That will remove only the equipped items.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Nov 05, 2006 5:34 pm
OOooooh! Items! I kept trying
#Profile .equip {display: none;}
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Nov 05, 2006 9:13 pm
Yuppers.
Also, #Profile with a capital P won't work. It does need to be lowercase. The names of sections are case sensitive while actually coding (stuff inside { and } ) isn't.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Nov 06, 2006 7:27 am
Oh! Thank you!...I was wondering...Eheh. Thank you. ^^
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|