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?
Well, thanks for the help before hand.
-Tony
Kenado
Oct 22 2005, 06:06 PM
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
Oct 23 2005, 06:01 AM
^ yep, that's it. if you have anymore questions about this, PM me!
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.