how do you use photobucket pictures for myspace backgrounds?
Thursday, May 20th, 2010 at
6:27 am
my friend said that you could do that, does any one know how to..please and tank you
Tagged with: google • script type • text javascript
Filed under: Screen savers
Like this post? Subscribe to my RSS feed and get loads more!
<style>
body{
background-color: 000000;
background-image: url("direct link here");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
table, tr, td{
background-color: transparent;
padding: 0px;
border: 0px;
}
</style>
you take the html code and put it into the background image quotess
it will say
background-image:"put code here"
hope this helpss!
in your layout code, look for the spot where it says
"background-image:url("PICTURE URL HERE"); background-color:######; background-attachment:fixed; background-repeat:repeat; background-position:bottom left;"
where the picture url is, copy & paste in the "direct link" code on the photobucket picture.
you can also use this code:
<style>body {background-image:url("IMAGE URL HERE"); background-repeat:repeat; background-attachment:fixed;}</style>