How to Make a Picture Scroll Up

104 67
    • 1). Open a new document in a text edit program, such as Notepad or TextEdit. Alternatively, open your HTML editor on your Web browser. If you want a picture to scroll in a blog post, click the "HTML" input icon for your blog post.

    • 2). Upload your image to a host. ImageShack, TinyPic, Imgur or Photobucket offer image hosting for free. Once uploaded, copy and paste the URL for your photo in the format "http://www.tinypic.com/yourpic.jpg" into the text editor document.

    • 3). Type the following HTML code into the text editor, blog post or other HTML editor program:

      <div

      align="center"> <marquee scrollamount="2"

      direction="up" loop="true"> <center>

      <img src="http://www.yourpictureurlhere.com/picture.jpg"> </center> </marquee></div>

    • 4). Replace the URL in the example with your picture's URLl. The "scrollamount" command defines how fast your picture scrolls upward. Set to "1" for slower or "8" for super fast scrolling.

    • 5). Post the HTML code onto your website or blog, then load the page to see your picture scroll upward.

Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.