C
R
E
A
T
E

A
D

What can I do to fix this..?
#1 :: June 26th, 2012 @ 1:30 AM
Feateon
Donated to the Cash Shop

User Avatar: 612909
8 Posts
82 Achievements



http://subeta.net/pets/Coonea
So, I'm trying to edit this page and have the picture be the full background, but it simply wont go.
I've tried to stretch the image and reupload; but that just made the actual image smaller and had the white still there.
Is there a code I can use to rid of this?
I would also like to rid of the stats. I've tried a code, but it didn't seem to want to work. So can anyone help me with these issues?
Thanks abunch!


#2 :: June 26th, 2012 @ 10:02 AM
Silverfish
Is a Survivor

User Avatar: 195231
3,485 Posts
653 Achievements






@Feateon

The image will only ever be as big as you make it and upload. But if you add background-color:#000000; ie
Code:
body {background-image:url('http://i1248.photobucket.com/albums/hh494/feateon/coonealayout.png');background-repeat:no-repeat; background-color:#000000;}

white will turn black.

And you get rid of the stats by
Code:

#column_3 {display:none;}



Art by Shalashaska Color Kelso

da | (art) blog


Previously Sapphira


#3 :: June 26th, 2012 @ 12:57 PM
Feateon
Donated to the Cash Shop

User Avatar: 612909
8 Posts
82 Achievements



@Sapphira
The code for the background didn't work, is there another method; or am I doing something wrong?


#4 :: June 27th, 2012 @ 3:37 AM
Seiryuu
Has a Strong Pet

User Avatar: 482466
1,426 Posts
1,002 Achievements




Ignore me. I shouldn't try to code at 2 in the morning

Last Edit by: Seiryuu 6/27/12 - 4:04:52 am


#5 :: June 27th, 2012 @ 4:00 AM
Silverfish
Is a Survivor

User Avatar: 195231
3,485 Posts
653 Achievements






@Seiryuu
Nuh-uh, that's bad practice but doesn't affect the outcome. Their reset code is wrong

@Feateon
Try using
Code:

<style>
body {background-image:url('http://i1248.photobucket.com/albums/hh494/feateon/coonealayout.png');background-repeat:no-repeat; background-color:#000000;}

#page, #content, #rightbg {background:none;}
#footer, #postcards, #header, #menu, #sidebar, #spacer, #bookmarks, #pet_friends, #bookmarks, #column_3, h2 {display:none;}

body {overflow: hidden;}

#pet_desc{width:160px; height:160px; overflow:auto;}
</style>






Last Edit by: User not found (1): Sapphira 6/27/12 - 4:01:23 am

Art by Shalashaska Color Kelso

da | (art) blog


Previously Sapphira


#6 :: June 27th, 2012 @ 2:12 PM
Feateon
Donated to the Cash Shop

User Avatar: 612909
8 Posts
82 Achievements



@Sapphira
It worked! ^^
Thanks abunch :3


#7 :: June 27th, 2012 @ 2:38 PM
Silverfish
Is a Survivor

User Avatar: 195231
3,485 Posts
653 Achievements






@Feateon
Happy to hear that ^^


Art by Shalashaska Color Kelso

da | (art) blog


Previously Sapphira


Reply to Post
This topic is locked!