Log In · Register

 
 
Closed TopicStart new topic
adding a background
xoxochibi
post Aug 8 2007, 03:59 PM
Post #1


Senior Member
****

Group: Member
Posts: 196
Joined: May 2004
Member No: 17,677



whats a simple code to put in ur profile

so it adds a background

becuz i have the default myspace skin and just want to put a background behind the default layout

<333
 
*SinfullySweet*
post Aug 8 2007, 04:01 PM
Post #2





Guest






CODE
<style>
body {
    background-image:url("IMAGE URL HERE");
    background-repeat:repeat;
    background-position:top left;
}
</style>
 
*The Markster*
post Aug 8 2007, 04:03 PM
Post #3





Guest






If you want the entire background to be shown, with the default layout being transparent, you can use this code:

CODE
<style type="text/css">
body {
     background-image: url('IMAGE URL HERE');
     background-position: top left;
     background-repeat: repeat;
}
table, tr, td, th, div, span, li, p, font, .text {
     background-color: transparent;
}
</style>


And replace 'IMAGE URL HERE' with the link of your background image. _smile.gif
 
xoxochibi
post Aug 8 2007, 04:05 PM
Post #4


Senior Member
****

Group: Member
Posts: 196
Joined: May 2004
Member No: 17,677



THANK U!!!

<33333
 
YourSuperior
post Aug 8 2007, 04:42 PM
Post #5


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Problem Solved. _smile.gif

Topic Closed
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: