Help - Search - Members - Calendar
Full Version: Help with LJ overrides
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
sand_manda
sorry to be such a bother (^^;)...but im trying to customize this layout. i'll still credit you, of course, but i need to know if there is a way for me to add a background....

this image: http://img.photobucket.com/albums/v510/Ama...undscissors.png

with these settings:

background-image:url('http://img.photobucket.com/albums/v510/Amanda-chan/backgroundscissors.png');
background-position:top left;
background-repeat:repeat;
background-color:#0000FF;
background-attachment:fixed;


where would i place it in the code?
Libertie
Most LJ code is gonna look like this:

CODE
GLOBAL_HEAD<=

your css here

<=GLOBAL HEAD

So your code will go in like this:

CODE
GLOBAL_HEAD<=

<style type="text/css">
background-image:url('http://img.photobucket.com/albums/v510/Amanda-chan/backgroundscissors.png');
background-position:top left;
background-repeat:repeat;
background-color:#0000FF;
background-attachment:fixed;
</style>

<=GLOBAL HEAD


By the way, I split your post from that other topic so it would be here in LJ help. Sometimes posts don't get answered in that forum, so I thought I'd help yours get seen. =x
sand_manda
thank you sooo much!!!!!!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.