HTML code for a single background image that doesn't repeat and scrolls with the page?

  • Thread starter Thread starter Doofy
  • Start date Start date
D

Doofy

Guest
Like I know the direct link for the picture but I want to make it a single centered picture on my profile that scrolls with the page on my myspace.
Like I know the direct link for the picture but I want to make it a single centered picture on my profile that scrolls with the page on my myspace. A code similar to this <p>
<style>
body {background-image:url(DIRECT LINK PLACED HERE); background-repeat:repeat}
</style>
 
Anything HTML, CSS, JavaScript, basically anything you want that has to do with coding the web, just google it with w3schools added to your search terms. For instance, this scenario put forth by you, I guarantee you would find your answer if you google

HTML background image w3schools

Your first search results will likely be what you need, from w3schools, and then if that doesn't answer your question, there will likely be some tutorial and message board results below that.
 
Back
Top