How do I add a banner?
Mar. 11th, 2008 12:47 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Oh, wise and knowledgeable flist, share with me the ways of the livejournal. Everbody has such pretty banners, and I want one, too. But I have no idea how to add one, and if it tells me how on th FAQs, I managed to miss it. Do you have to have a certain layout? I've found a couple banners I might want to snag, should I figure this out.
So, help me, flist. You're my only hope.
So, help me, flist. You're my only hope.
(no subject)
Date: 2008-03-11 07:58 pm (UTC)(no subject)
Date: 2008-03-11 08:20 pm (UTC)(no subject)
Date: 2008-03-12 02:14 am (UTC)These aren't the droids you're looking for....Oh wait....yeah they are
Date: 2008-03-11 08:19 pm (UTC)I run my journal through Smooth Sailing, which I find it the easiest one to navigate and customise. Go to JOURNAL, then CUSTOMISE JOURNAL. You'll then get a page where the middle section gives you lots of different styles for your journal. Pick a style that has similar colours to the header, then apply it. Now, you choose a page set up.
Go back up to the top of this page and you'll see a box in the top right hand corner where there is an option to Customise Journal Theme. Click on that. You'll get a page with a whole bunch of options in a side bar on the right hand side. One of them will be titled Custom CSS. Click on it. You'll now get a page where there are several boxes, one of which is very large. In that box, you need to write:
.pageheaderblock {
background-image: url("http://www.example.com/image.jpg");
background-position: top center;
background-repeat: no-repeat;
padding-top: 150px;
}
You will need to replace the URL address in brackets with the actual URL of your image (upload it to Photobucket or a similar remote-loading website). You will also need to replace the number 150 with the height of your image in pixels, plus any additional space you might want.
If you don't want the image in the middle, you can align it to either side of your journal by replacing the word "center" above with either " left" or "right".
Click the "Save" button at the bottom of the page to apply the customizations to your journal. And hey presto, that's it! I have lots of different customisations on my journal, because I'm a bit nosy when it comes to CSS (that's why I have different text for things, plus colours that match exactly and a blue tint), but it's something of a learning curve and I wouldn't advise making too many changes at first.
Thats how i made the Entourage ficathon com look pretteh
Re: These aren't the droids you're looking for....Oh wait....yeah they are
Date: 2008-03-11 10:52 pm (UTC)Re: These aren't the droids you're looking for....Oh wait....yeah they are
Date: 2008-03-11 11:08 pm (UTC)Re: These aren't the droids you're looking for....Oh wait....yeah they are
Date: 2008-03-11 11:25 pm (UTC)