Sorry for such a stupid topic
Page 1 of 1
change the background of MS
#1
Posted 21 November 2005 - 02:48 PM
Does anybody know the code to change the background of Myspace?
Sorry for such a stupid topic
Sorry for such a stupid topic
“Every sky was your own kind of blue. And I wanted to know how that would feel. And you made it so real." - Crazier by Taylor Swift
#2
Posted 21 November 2005 - 02:51 PM
did you google it?
my first google hit....... use CSS
<style type="text/css">
body{background-image:url(***Picture Url Here***);
background-attachment:fixed;
background-repeat: no-repeat;
background-position:center center;
background-color:***color name or six digit hexidecimal code here***;}
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}
</style>
my first google hit....... use CSS
<style type="text/css">
body{background-image:url(***Picture Url Here***);
background-attachment:fixed;
background-repeat: no-repeat;
background-position:center center;
background-color:***color name or six digit hexidecimal code here***;}
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}
</style>
#3
Posted 21 November 2005 - 03:04 PM
um, is that code to change the bg--- as in to put in image bg?
“Every sky was your own kind of blue. And I wanted to know how that would feel. And you made it so real." - Crazier by Taylor Swift
#4
Posted 23 November 2005 - 06:51 AM
Share this topic:
Page 1 of 1












