adding a background |
![]() ![]() |
adding a background |
![]()
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
#2
|
Guest ![]() |
CODE <style>
body { background-image:url("IMAGE URL HERE"); background-repeat:repeat; background-position:top left; } </style> |
|
|
*The Markster* |
![]()
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. ![]() |
|
|
![]()
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 196 Joined: May 2004 Member No: 17,677 ![]() |
THANK U!!!
<33333 |
|
|
![]()
Post
#5
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
Problem Solved.
![]() Topic Closed |
|
|
![]() ![]() |