Grey sides |
Grey sides |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Nov 2005 Member No: 309,289 ![]() |
ok so does anyone know the code to change the grey side to my own backround ??
view my profile to see what i mean My Webpage |
|
|
![]() |
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
yes yes.
if you just want to change the grey sides then use this. CODE <style> body{ background-color:######;}</style> and to change ALLL of the background colors meaning the white in the middle as well then use this. CODE <style type=text/css>
body{background-image:url(""); background-attachment: fixed; background-position: bottom left; background-repeat:repeat; background-color:000000; } </style> |
|
|
![]() ![]() |