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 |
|
|
![]() |
*The Markster* |
![]()
Post
#2
|
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. ![]() |
|
|
![]() ![]() |