Replies

Apr 2, 2010 16 years ago
MUjina
User Avatar

Sorry if this is already made, but I want to code my Sayif'y's pet profile. I want it to be simple; With a white box and a maroon background. I want the white box to have all of the information in it while the background can, uh, stay as a background. Any help?

Apr 2, 2010 16 years ago
Sammii
is a sun worshipper
User Avatar

, , , , { display: none; }

{ background: ; }

body { background: ; }

I didn't test this but it should work for the most part. Let me know if I forgot anything. :)

Apr 2, 2010 16 years ago
MUjina
User Avatar

:

It's great, it's just that it shows a strange, pink line. I don't want that, so is there any way to fix it?

Apr 2, 2010 16 years ago
Sammii
is a sun worshipper
User Avatar

Replace:

body { background: ; }

With:

, body { background: ; }

Apr 2, 2010 16 years ago
MUjina
User Avatar

:

Thanks. :3

Do you know how to make it thinner and put it in the center?

Apr 2, 2010 16 years ago
Sammii
is a sun worshipper
User Avatar

{ width: 500px; }

Oh, also add this to get rid of the odd colour on the right side:

{ display: none; }

Apr 2, 2010 16 years ago
MUjina
User Avatar

:

Thanks!

EDIT:

How can you center all of the content? As in th friends and everything. Sorry for the trouble. ^^;;

Please log in to reply to this topic.