I'm really enjoying all your Diane Kruger stuff lately. I think she's so gorgeous. I just love her. Sadly, I only have room for 15 icons. grr. I need to get a paid account, simply so I can post as many icons as I want. :)
Glad you like them, i enjoy too, she is so natural and beautiful! ^^ It is so easy to work whit her pics(model) I know what you mean, i have the same thing :/ PS how did you put banner on your LJ?
Do I have a banner on my LJ? I didn't think I did... I'm not exactly sure how to put banners on your LJ. It's just one of the things I'm trying to figure out with html. Maybe I'll research it today while I'm sitting bored at work and I'll let you know.
Ok, I think I may have figured out how to insert a banner. It depends on what kind of layout you're using.
Use these steps to find out what layout you're using: 1. Go to "Customize Journal" 2. Click on the "Look and Feel" tab 3. Your layout will be listed in the first drop down box.
Let me know what layout you're using and I'll find out the code to insert a banner and give it to you.
Ok, let me know if this works... 1. go to "Customize Journal" 2. go to "Custom Options" 3. click on "Custom CSS" 4. type this code into the "custom stylesheet" box.
body{ background: url(www.yourimage.com) no-repeat top center; padding-top: 300px; }
change the url in parantheses to the url of your image. And change the padding top pixel number to the px size of your banner. You can add a little more pxs to make a bigger space between the top of the page and your banner. I know the basics of css, so if you want your banner to do something a little different than what's displayed with this code, let me know and I'll try to figure out the code for that too. Hope this helps!
Comments 12
Reply
I know what you mean, i have the same thing :/
PS how did you put banner on your LJ?
Reply
I'm not exactly sure how to put banners on your LJ. It's just one of the things I'm trying to figure out with html. Maybe I'll research it today while I'm sitting bored at work and I'll let you know.
Reply
Reply
Reply
Use these steps to find out what layout you're using:
1. Go to "Customize Journal"
2. Click on the "Look and Feel" tab
3. Your layout will be listed in the first drop down box.
Let me know what layout you're using and I'll find out the code to insert a banner and give it to you.
Reply
Huge thanks!!!!! :*
Reply
1. go to "Customize Journal"
2. go to "Custom Options"
3. click on "Custom CSS"
4. type this code into the "custom stylesheet" box.
body{
background: url(www.yourimage.com) no-repeat top center;
padding-top: 300px;
}
change the url in parantheses to the url of your image. And change the padding top pixel number to the px size of your banner. You can add a little more pxs to make a bigger space between the top of the page and your banner. I know the basics of css, so if you want your banner to do something a little different than what's displayed with this code, let me know and I'll try to figure out the code for that too. Hope this helps!
Reply
Maybe i'm gist too stupid for this :P
Reply
body{background: url("http://www.yourimage.com") no-repeat top center; margin-top: 300px;}
Reply
Reply
Leave a comment