Help - Search - Members - Calendar
Full Version: picture as background
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
chikadee521
what is the code so i can use a picture as my background? _unsure.gif
0hgeez x
in body you add ;;

background-image:url(URL of the image here);
background-repeat:no-repeat or repeat;
background-position:CENTER, LEFT, TOP LEFT, RIGHT, BOTTOM RIGHT, ETC;

hope that helps
YourSuperior
Here's the actual code.

CODE
<style type=text/css>
body {
background: ######  url("");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
</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.