adding a background |
adding a background |
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 |
|
|
|
![]() |
| *The Markster* |
Aug 8 2007, 04:03 PM
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. |
|
|
|
xoxochibi adding a background Aug 8 2007, 03:59 PM
SinfullySweet CODE<style>
body {
background-image:u... Aug 8 2007, 04:01 PM
xoxochibi THANK U!!!
<33333 Aug 8 2007, 04:05 PM
Alvin Problem Solved.
Topic Closed Aug 8 2007, 04:42 PM![]() ![]() |