chikadee521
Aug 5 2005, 08:48 AM
what is the code so i can use a picture as my background?
0hgeez x
Aug 5 2005, 09:17 AM
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
YourSuperior
Aug 5 2005, 12:33 PM
Here's the actual code.
CODE
<style type=text/css>
body {
background: ###### url("");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
</style>