CJ aka WritinginCT (
writinginct) wrote in
getting_started2009-04-29 06:31 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
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!
Thanks!
no subject
http://community.livejournal.com/transmogrified1/1355.html
I have not tried this, just be warned.
(no subject)
no subject
When I added a header image, I just did this (which is basically the second option in the link
#header
{
background-image: url(http://www.example.com/image.jpg);
background-repeat: no-repeat;
background-position: bottom right;
height: 150px;
}
the background-position (I used right, because I had an image that "cut off" at the right side, and I wanted it pinned to the right of the display) accepts center, right, left, top, bottom, etc.
height is the height of your image, assuming you want it to fill the header from top to bottom. If you wanted the image centered in a sea of whatever your header color is, make the height larger than your image height.
I've probably left something out...
(ETA - I win at referring to code I didn't include in the snippet. sorry!)
(no subject)
Can I pick your brain?
Re: Can I pick your brain?
Re: Can I pick your brain?
(no subject)
and I just figured out...
Re: and I just figured out...