Background image, in skin |
Background image, in skin |
*NatiMarie* |
![]()
Post
#1
|
Guest ![]() |
Ok, this may be a dumb question but here it goes. I want to make a skin and I have a background image and everything...one problem. How can I add the background image to my skin without it being the header? What code do I put in? Help! Thx!
|
|
|
![]() |
![]()
Post
#2
|
|
Baka elite ![]() ![]() ![]() ![]() Group: Member Posts: 124 Joined: Jan 2004 Member No: 1,437 ![]() |
in your CSS:
Body { background-image: URL(www.imagelink.com); background-attachment: fixed; background-repeat: no-repeat; background-poosition: bottom left; } if you don't have CSS you need a style tag at the beginning and the end. I think that's all of the tags conerning the background. there's prolly some more but these are the bsic ones. |
|
|
![]() ![]() |