how can I add the OFFICIAL new moon poster as a background to my website? Any sites you know have an html?

Posted by admin on November 30th, 2009 and filed under poster website | 1 Comment »

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;
}

One Response

  1. Joshua J Says:

    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 :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.