picture as background, ?????????? |
![]() ![]() |
picture as background, ?????????? |
Aug 5 2005, 08:48 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Jul 2005 Member No: 180,671 |
what is the code so i can use a picture as my background?
|
|
|
|
Aug 5 2005, 09:17 AM
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 193,061 |
in body you add ;;
background-image:url(URL of the image here); background-repeat:no-repeat or repeat; background-position:CENTER, LEFT, TOP LEFT, RIGHT, BOTTOM RIGHT, ETC; hope that helps |
|
|
|
Aug 5 2005, 12:33 PM
Post
#3
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,459 Joined: Feb 2005 Member No: 99,124 |
Here's the actual code.
CODE <style type=text/css>
body { background: ###### url(""); background-position: center; background-repeat: no-repeat; background-attachment: fixed; </style> |
|
|
|
![]() ![]() |