Help - Search - Members - Calendar
Full Version: Background Image Position
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
Shattered_eyelids
Okay, I have most of my Xanga done and I just added the background image. But, I need to get it into the right position. How do I set the position of that image? pinch.gif

Well, thanks for the help before hand. _smile.gif

-Tony
Kenado
Use this.

CODE
<style type="text/css">
body {
background-color: #HEX_CODES; /* color */
background-image: url(''); /* image url */
background-position: center center; /* display image where you want it to be */
background-repeat: repeat; /* repeat or not */
background-attachment: fixed; /* fixed or keep scrolling */
}
</style>

Actually it kinda depends what the image is but yeah whatever you can position it to the right bottom center etc.
heyyfrankie
^ yep, that's it. if you have anymore questions about this, PM me! happy.gif

TOPIC CLOSED
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.