where to put the background url? |
where to put the background url? |
May 30 2006, 01:56 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 2 Joined: May 2006 Member No: 415,234 |
So, for some reason I just can't figure out where to put the URL for the background I want. I've tried a million things and nothing seems to work. I've also looked at other layouts to try to figure out where they put theirs. But no luck. Help?
|
|
|
|
![]() |
May 30 2006, 02:02 PM
Post
#2
|
|
|
Fuck you ![]() ![]() ![]() ![]() Group: Member Posts: 244 Joined: Nov 2005 Member No: 302,735 |
Your style sheet (probably in your about me) should have a part that looks like this:
CODE <style type=text/css> body { background-color: ###### background-image: url(""); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color:######; scrollbar-track-color: ######; scrollbar-shadow-color: ######; scrollbar-face-color:######; scrollbar-highlight-color:######; scrollbar-darkshadow-color:######; scrollbar-3dlight-color:######;} </style> Where it says "background-image: url("");" insert the URL to your background image Exampe: CODE <style type=text/css>
body { background-color: ###### background-image: url("http://www.myfakeurl.com/fakeimage.jpg"); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color:######; scrollbar-track-color: ######; scrollbar-shadow-color: ######; scrollbar-face-color:######; scrollbar-highlight-color:######; scrollbar-darkshadow-color:######; scrollbar-3dlight-color:######;} </style> |
|
|
|
![]() ![]() |