for your profile you can custimize it so i have the codes just copy and paste them into the theme section of your profile in the theme overwrite section
this is for the entire background and if you dont want it to repeat put no- before teh repeat
#content
{
background: #000000 url('your website here') repeat fixed left;
}
{
background: #000000 url('your website here') repeat fixed left;
}
i think this one is for the top by the map profile etc but i could be wrong
#extendedProfileBody #header h1
{
background: url('your website here')
}
{
background: url('your website here')
}
background behind the comment peoples
#comments .avatar img, #comments .avatar2 img
{
background: url(your website here) no-repeat center left;
}
{
background: url(your website here) no-repeat center left;
}
the background in the caption bubble
#profile .caption
{
background: url(your website here)
}
{
background: url(your website here)
}
the letters in your caption color i belive www.morecrayons.com helps with the colours
#profile .caption
{ color: #111144; }
{ color: #111144; }
the background behind your friends
#friends #friendGroup li
{
background: url(your website here)
}
{
background: url(your website here)
}
and the background behind your avi in your profile
#profile
{
background: url(your website here)
no-repeat;
}
{
background: url(your website here)
no-repeat;
}
when it has url('the website') you keep the ' on eiter side and if you want more codes there is the discussion and feedback there is links to the forums in the announcement sayin the profiles are finished
also when it says your website here put the location of the picture with out the [ IMG][/IMG] (they ae spaced because i dont feel like putting them in the code)
