Help - Search - Members - Calendar
Full Version: Codes for changing the font of my entire profile and for a background image
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
c is for crunk
I want to change the font of my WHOLE profile and put a background image
so if anyone has the codes you should tell me :)
cmae21
for changing the background its

<!-- begin code provided by createblog.com -->
<style type="text/css">
body{background-image:url('PiCTURE FOR BACKGROUND');
background-attachment:fixed;
background-repeat: repeat;
background-position: bottom left;
background-color:;}
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}
</style>
<!-- end code provided by createblog.com -->


check the scripts next time.
freeflow
You made this topic already, twice. mellow.gif
http://www.createblog.com/forums/index.php?showtopic=142991

Start clicking your username so you see your profile, then go to options, then click view memebers topis. Then you can find all the topics you made there.


CODE
<style type="text/css">
body{
background-image: url(urltobgimage);
background-repeat: repeat;
background-position: bottom left;
}
</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.