writinginct: (gen nerdy)
CJ aka WritinginCT ([personal profile] writinginct) wrote in [community profile] getting_started2009-04-29 06:31 pm

Okay, I've googled and scoured but can't find...

how to add a header image to Transmorgified.  Am I missing something simple or does anyone have a link?

Thanks!
boji: (Default)

Can I pick your brain?

[personal profile] boji 2009-04-30 05:12 pm (UTC)(link)
Following the tute, I plonked this code into the customize CSS code:

#container {
padding-top: 480px;
background-image: url http://img.photobucket.com/albums/username/blacknwhite.jpg;
background-scroll: no-scroll;
background-repeat: no-repeat;
background-position: top center;
}

(yes photobucket url is disguised) but although the blog itself has moved down to make room for a top-centered background image, the image itself doesn't seem to load. I've tried it with and without brackets and speech marks.

Any ideas what might be causing that?
Edited 2009-04-30 17:19 (UTC)
healingmirth: (Default)

Re: Can I pick your brain?

[personal profile] healingmirth 2009-04-30 05:36 pm (UTC)(link)
you need the parentheses around the url, so that it literally says

background-image: url(http://whatever)

Does that fix it?
boji: (Default)

Re: Can I pick your brain?

[personal profile] boji 2009-04-30 06:27 pm (UTC)(link)
Yes. Thank you!

Coding really is beyond me. *grin*