Exaggerate
i don't understand how to change the header (where the picture of the mushroom house and it says Gaia)
i tried the code, it won't work? :S
It works fine, though if you want it'd be best to use this cleaner version, seeing how having ( ) without the url in front nor anything in it would probably cause a slight messup in code.
Cleaner code to usebody { background: #000; color: #fff; cursor: crosshair; }
#content { background: #000; border: none; color: #fff; }
.section { background: transparent; }
#site { margin-left: auto; margin-right: auto; width: 760px; border: none; }
#friends {display: none; }
#extendedProfileBody #header h1 { background: #000; border: 0px; }
And if you still do want to add a header image to that portion of the profile, you'd use this code then and edit the red parts as needed-
#extendedProfileBody #header h1 { background: #000 url(INSERTIMAGEURLHERE) top left no-repeat; border: 0px; height: XXXpx; width: XXXpx; }