Home page...
   

Play a Live Scroll of Photos Across Your Share Page

It's not too hard to put a live scroll of photos into your Share Page if you're willing and able to write a few words of HTML code.

Basically, the trick is to use the HTML 'Marquee' tag to scroll a row of photos. The Marquee tag tells HTML to scroll whatever text or items it contains.

Follow these steps:

  1. Make sure you are editing your share page.
  2. Repeatedly use the insert photo command to insert a row of photos into the share page. Do not press the Enter key in between the photos. You want the photos to all be on one row of text. The photos need to be relatively small (hint: you can click on a photo and resize it with the mouse).
  3. Click on the '<>' HTML Source icon on the icon toolbar to view your share page in HTML Source view.
  4. Insert this text just before the row of photos: <marquee truespeed="truespeed" scrollamount="3" width="800">
  5. Insert this text just after the row of photos: '</marquee>'
  6. Click on 'Save and Exit'. You can now view your share page.

Here is a sample of what the HTML Source code view might look like if you have a row of 3 photos. The Marquee tag code is highlighted in yellow:

<br /><br /><br />hello<br /><br />
<marquee truespeed="truespeed" scrollamount="3" width="800">
<img src="http://www.keepandshare.com/userpics/r/o/b/e/rt/misc/aug_2005008.jpg" border="0" width="223" height="260" /> <img src="http://www.keepandshare.com/userpics/r/o/b/e/rt/Family_History/1974-04_morro_bay_trip_-_mom__dad__nancy__rick_w_camper-2449.jpg" border="0" width="331" height="220" /> <img src="http://www.keepandshare.com/userpics/r/o/b/e/rt/Family_History/1974-apr_dad_and_rob_with_big_catch_of_bonita2-1394.jpg" border="0" width="208" height="313" />
</marquee>
<br /><br />world<br />

Related

Return to KeepandShare Help

Search to Find Your Answer

(Find your answers in 1 second)

   

Need Help?

You'll find your answer fastest by using the search box (just below), or
Click to email a support question or comment