sireesanwar (
sireesanwar.livejournal.com) wrote in
layoutlounge2009-01-21 03:02 pm
Entry tags:
Changing The Background Image
Some of you might not know how to change the background image on your layout. Looking at this comm, I'm talking about the peachy orange area behind the actual community.
At the top of any coding I've done you will find this section:
body{
background-color: #000000;
background-image: url();
background-repeat: repeat;
background-attachment: fixed; - the background won't scroll... just your journal
color: #000000;
font-family: "Trebuchet ms", arial, verdana, sans-serif;
font-size: 12px;
margin: 10px 0 20px 0;
}
The underline portion is where you change the background color. With the change of the #code you will be changing the color that is set behind your journal or community.
The bold portion is where you will want to insert your Background Image Link in the (). This will give you an image background instead of the color. See some images below...
The italized portion is where the "image" background determines what it is going to be doing. So if it says no-repeat then you will have an image up in the corner of your journals background (if you have an image link inserted). If it says repeat (as it says above) your image will repeat all over your background giving you an nice looking background.
You can find images at http://backgrounds.mbif.net/ or go to Layout Lounge's Background Images.
![]()
At the top of any coding I've done you will find this section:
body{
background-color: #000000;
background-image: url();
background-repeat: repeat;
background-attachment: fixed; - the background won't scroll... just your journal
color: #000000;
font-family: "Trebuchet ms", arial, verdana, sans-serif;
font-size: 12px;
margin: 10px 0 20px 0;
}
The underline portion is where you change the background color. With the change of the #code you will be changing the color that is set behind your journal or community.
The bold portion is where you will want to insert your Background Image Link in the (). This will give you an image background instead of the color. See some images below...
The italized portion is where the "image" background determines what it is going to be doing. So if it says no-repeat then you will have an image up in the corner of your journals background (if you have an image link inserted). If it says repeat (as it says above) your image will repeat all over your background giving you an nice looking background.
You can find images at http://backgrounds.mbif.net/ or go to Layout Lounge's Background Images.
no subject
I'm currently using a layout i love a lot but i want to change the background image, whenever i put the link into the background image url brackets, my browser takes ages and then just shows blank without doing anything to the layout, any idea why that is and how i can avoid that? i tried substituting the codes but still doesnt work...
no subject
background-repeat: repeat;
After the url line. I'm not sure if this will help but it is the only thing I can think off. Also make sure the ( ) are around the url and that there is a ; at the end of the line.
Also sometimes after you put the url in the might be a paragraph break like this
background-image:
url();
or
background-image: url(
);
Always make sure they aren't separated on lines like this. I check with a backspace and if it deletes something it shouldn't I just add it back.
Let me know if you have any more issues.
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject