I need an html for a background for a website of New Moon’s OFFICIAL poster. I can’t find one anywhere, and google is no help. nor is any search engine for that matter. please help thanks.
Use this code:
<img alt="Poster" src= "http:// www.newmoonmovie.org /images /new-moon-poster2-692×1024.jpg "/> </a>
You will need to remove the spaces in the url. I put them there to show full code.
Edit: oops… didn’t realize you wanted a background.
body {
background-image: url(www.newmoonmovie.org /images /new-moon-poster2-692×1024.jpg );
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
November 30th, 2009 at 6:48 pm
Use this code:
<img alt="Poster" src= "http:// http://www.newmoonmovie.org /images /new-moon-poster2-692×1024.jpg "/> </a>
You will need to remove the spaces in the url. I put them there to show full code.
Edit: oops… didn’t realize you wanted a background.
body {
background-image: url(www.newmoonmovie.org /images /new-moon-poster2-692×1024.jpg );
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
References :