masterglory: (Default)
masterglory ([personal profile] masterglory) wrote in [community profile] style_system2011-04-08 06:50 pm

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♥
foxfirefey: A close up of my eye, upside down. (eye)

[personal profile] foxfirefey 2011-04-08 05:02 pm (UTC)(link)
You'll need to upload the image to some kind of image hosting--do you know how to do that or will that need to be part of the walk through?
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2011-04-08 05:06 pm (UTC)(link)
And another question: do you want to keep the red flowers there AND have the header, or just the header?

If you upload the image, be sure to link to it for me.
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2011-04-08 05:28 pm (UTC)(link)
The first thing to try is here:

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.
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2011-04-08 06:07 pm (UTC)(link)
Your English is perfectly fine! You can give me the Direct Link, HTML code, or IMG code and I should be able to get it just fine from any one of those.
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2011-04-09 12:20 am (UTC)(link)
You have a double http in your code. You will need to strip that out.

#header {
background: url("http://http://i125.photobucket.com/albums/p76/magdalene_photo/notonlytimeb3.png") repeat scroll 0 0 transparent !important;
display: block !important;
}
Edited 2011-04-09 00:20 (UTC)
foxfirefey: Fox stealing an egg. (mischief)

[personal profile] foxfirefey 2011-04-10 04:08 pm (UTC)(link)
#header {
background: url("http://http://i125.photobucket.com/albums/p76/magdalene_photo/notonlytimeb3.png") repeat scroll 0 0 transparent !important;
display: block !important;
height: 300px;
}
foxfirefey: Fox stealing an egg. (mischief)

This then!

[personal profile] foxfirefey 2011-04-10 04:36 pm (UTC)(link)
#header {
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;
}