~~~ Please read before posting. ~~~

Important: We need your Club Number at a minimum, and as many details as possible.
For further info please read This page before posting.

HTML Template for scrolling photo "film strip" marquee

  • SteveTheTechie
  • SteveTheTechie's Avatar Topic Author
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thanks: 3050

HTML Template for scrolling photo "film strip" marquee

9 years 5 months ago - 9 years 4 months ago
#56227
Upload your photos, then replace source1, source2, and source3 below (or add more td sections), copy/paste into your page in source mode, and voila! (no JavaScript required)
Code:
<marquee> <table> <tr> <td> <img src="source1"> </td> <td> <img src="source2"> </td> <td> <img src="source3"> </td> </tr> </table> </marquee>

See here for an example (the cats): brian.toastmastersclubs.org/marquee.html
Last edit: 9 years 4 months ago by SteveTheTechie.
The following user(s) said Thank You: Pam
The topic has been locked.
  • SteveTheTechie
  • SteveTheTechie's Avatar Topic Author
  • Offline
  • Administrator
  • Administrator
  • Posts: 11526
  • Thanks: 3050

Re: HTML Template for scrolling photo "film strip" marquee

9 years 4 months ago - 9 years 4 months ago
#56328
BTW, one way I am using this approach is to show the drive through a retirement community to a club meeting venue that is in the center of it: spiritspeaks.toastmastersclubs.org/directions.html

(Scroll down on the page to see the film strip view of the drive through the community to the meeting venue.)

In this view, I intentionally made the table wider than the available space so that the individual photos would be larger.

If you wanted to do manual scrolling instead of the marquee scrolling, you could replace the marquee tags with div tags that have overflow-x set to scroll. That would show a horizontal scroll bar. If anyone wants more details on that, post a reply requesting more details here.
Last edit: 9 years 4 months ago by SteveTheTechie.
The topic has been locked.
Moderators: BrianPamrhtaylor3marc33NotLiablejgavinLcala305Henipeterb323DebbieT
Time to create page: 1.278 seconds