Help - Search - Members - Calendar
Full Version: image inside bordered weblog
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
hunnigurl01
ok im using da code under here . . . . is there a way to put a image in the bordered entry? and make it like a repeating image? thank you!
queen
<style type="css/text">
.blogbody {
background-image: url("http://blah.com/blah.jpg");
background-repeat: repeat-y;
background-position: bottom left;
}
</style>

repeat-y repeats the bg vertically, whereas repeat-x repeats the bg horizontally. modify the code to fit your needs (you can delete the entire line for background position if you wish)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.