Help - Search - Members - Calendar
Full Version: image backround
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
etherealpoppy
how can i make an image as backround in entries?
OhXiet_ItzDonnA
Try this
CODE
<style type="text/css">
table.blogbody {border:1px solid #000000;
background-image:url('IMG_URL');}
</style>
etherealpoppy
no luck.. this is the part i tried to edit in my layout code but still no luck.. cry.gif
lovescream
try it now.. :x
CODE
table.blogbody {
/* this edits the other the place where the  blog is */
 border: 1px solid #2E0854;
 background-image url: ("http://sabian.org/Alice/lg12.gif");
  background-position: bottom right;
  background-color: #ffffff;
 width:280px;
 }
etherealpoppy
its still not working :S
Eryi
Did you check the HTML Box.
Kenado
Yeeeah you're suppose to put the code in style tags.

CODE
<style type="text/css">
table.blogbody {
background-image: url('http://sabian.org/Alice/lg12.gif'); /* image url */
background-position: bottom right; /* display image where you want it to be */
background-repeat: no-repeat; /* repeat or not */
background-color: #ffffff;
width:280px;
}
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.