Background image in css skin |
Background image in css skin |
Sep 18 2004, 12:46 PM
Post
#1
|
|
|
Cha... ![]() ![]() Group: Member Posts: 26 Joined: Sep 2004 Member No: 47,594 |
Alright, uh, I used the css skin to make a layout, but I'm not sure how to put an image in the background. I found the css skin template here.
If you could help me, I'd appreciate it. I promised the girl I'm making the layout for that I'd try to have it done this weekend. Thanks. |
|
|
|
![]() |
Sep 18 2004, 12:55 PM
Post
#2
|
|
|
Cha... ![]() ![]() Group: Member Posts: 26 Joined: Sep 2004 Member No: 47,594 |
PS, is there any way to put music in the layout in the css skin?
|
|
|
|
Sep 18 2004, 02:51 PM
Post
#3
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
[/CODE]please edit your posts!
to get the background image in, go the section of the css where it says CODE <!-- begin code provided by createblog.com --> <style type="text/css"> /* http://createblog.com */ body { background-color: #ffffff; scrollbar-arrow-color: #FFCDD2; scrollbar-track-color: #FFCDD2; scrollbar-shadow-color: #FFCDD2; scrollbar-face-color: #FFCDD2; scrollbar-highlight-color: #FFCDD2; scrollbar-darkshadow-color: #FFCDD2; scrollbar-3dlight-color: #FFCDD2; } <!-- end code provided by createblog.com --> and stick this in CODE <!-- begin code provided by createblog.com --> background-image: url("YOURURL"); <!-- end code provided by createblog.com --> and if you want it fixed, use this CODE <!-- begin code provided by createblog.com -->
background-image: url("YOURURL") fixed;} <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |