masterglory (
masterglory) wrote in
style_system2011-04-08 06:50 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:
Hi to you all^^
Hi, I'm Gloria from Rome *waves*
I've joined DW about two years ago, but I'm starting to post only now.
So I've choose a layout "color side, red flowers", I've changed the colors, but...I don't know how to put a header on the top of my DW page:(
Can you, pretty please, explain it step by step possibly with examples how to do it?
Thank you in advance, Gloria♥
I've joined DW about two years ago, but I'm starting to post only now.
So I've choose a layout "color side, red flowers", I've changed the colors, but...I don't know how to put a header on the top of my DW page:(
Can you, pretty please, explain it step by step possibly with examples how to do it?
Thank you in advance, Gloria♥
no subject
no subject
If you upload the image, be sure to link to it for me.
no subject
I have to put the banner on the customize box or in CSS?
And which link I have to use, html, direct link or...I've seen strange codes around, Em or whatever, how can I use them?
Thanks for the patience:)
no subject
http://www.dreamwidth.org/customize/options?group=images
Put the URL to your banner image in the Header Image box, and tweak the options. If you can get it looking the way you want this way, that's great. If not, we will switch to using Custom CSS.
no subject
I've tried to put (one by one) all of them in the header box, I've selected "tile horizontally", "center" and I've put the right height (271), but the header doesn't show, sigh.
BTW, sorry for my bad english;)
no subject
no subject
#header {
background: url("http://http://i125.photobucket.com/albums/p76/magdalene_photo/notonlytimeb3.png") repeat scroll 0 0 transparent !important;
display: block !important;
}
no subject
Now I've understood almost everything...I'm using CSS box with your code, the only thing that doesn't works is the height, my banner (only a draft, it'll not be my final choose;) it shows only an half of itself in height, can you help me to set the right size?
It's 1260x300 px, thanks♥
no subject
background: url("http://http://i125.photobucket.com/albums/p76/magdalene_photo/notonlytimeb3.png") repeat scroll 0 0 transparent !important;
display: block !important;
height: 300px;
}
no subject
This then!
background: url("http://http://i125.photobucket.com/albums/p76/magdalene_photo/notonlytimeb3.png") no-repeat scroll 0 0 transparent !important;
display: block !important;
height: 300px;
}
Re: This then!