View Full Version : LiveJournal...Background Question


because_iloveu
09-14-2004, 12:01 PM
Hey, ive been working on my livejournal for a while now, and i was wondering if there were any codes to make my background image go horizontal on the right side and the left side. Please Help!

kittycat
09-14-2004, 08:39 PM
<style="text/css">
body { background-image: url(image.gif); background-repeat: repeat-x; }
</style>

If you add that to the override section it will make your background image repeat only horizontally across the page... if that's not what you're looking for you may have to explain a bit more what you want/provide an example