Gotta really simple question....., how do i put a background img on my space.... |
Gotta really simple question....., how do i put a background img on my space.... |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Oct 2005 Member No: 265,808 ![]() |
i dont have anything...
but the link.... im kinda new but i know a few things.... i just want to put my image on the background...bottom right...fixed.....and i want to change the bg color..... help ![]() |
|
|
![]() |
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
^Yea I thought you were going to say something about that,
Thats why I was going to give you a different code use this instead of that CODE <style type="text/css">
table, td {background-color:transparent; border:; border-width:;} body{background-image:url("IMG"); background-attachment: fixed; background-position: bottom left; background-repeat: repeat; background-color:COLOR; </style> |
|
|
*Azarel* |
![]()
Post
#3
|
Guest ![]() |
Thats why I was going to give you a different code use this instead of that For the record, that's not a different code, Holly; another line of css doesn't make it "different." Just more complete, for that effect. And you didn't close the second css tag; irksome. I only posted the background css because it was the only thing he asked for. Sorry to nitpick.
CODE <style type="text/css"> table, td {background-color:transparent; border:; border-width:;} body{background-image:url("IMG"); background-attachment: fixed; background-position: bottom left; background-repeat: repeat; background-color:COLOR; </style> |
|
|
![]() ![]() |