Im creating a web page using HTML, I want to use a picture from my computer for the background. How can I make it so it fit's the page and scrolls instead of splitting or seeing white around it.
Here is one codie I have tried
style type="text/css">body {background: Ocean.jpg;background-repeat: repeat;}</style>
You know when you go to a web sit like blockbuster.com and there background is Grey all the way down when you scroll that's what I want mine to look like but with my chosen picture.
Here is one codie I have tried
style type="text/css">body {background: Ocean.jpg;background-repeat: repeat;}</style>
You know when you go to a web sit like blockbuster.com and there background is Grey all the way down when you scroll that's what I want mine to look like but with my chosen picture.