~~~~~~~~~~~~ IMPORTANT INFORMATION -- Please read! ~~~~~~~~~~~~

1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the [strike]strikethrough[/strike] member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.

How to make a "Scrolling text (can be paused)" on the WEB page?

More
8 years 6 months ago #59980 by SteveTheTechie

kenmatos wrote: Can you provide me documentation on
how to do a division block?

Code:
<div>other code</div>

There is an editor icon for doing this... look for the icon w/ <div> on it.
The following user(s) said Thank You: kenmatos, Bright
The topic has been locked.
  • Bright
  • Topic Author
  • Visitor
  • Visitor
8 years 6 months ago #59997 by Bright
Thanks Brian. I google and found a WEBsite gifmaker.me to make animated gif file.

Now I can make several meeting photos play animately on home page. It's new feature to me.
Only I still not catch how to make the "moving banner". Seems a bit technical...
The topic has been locked.
More
8 years 6 months ago #59999 by kenmatos
Thanks for sharing that website!
The topic has been locked.
  • LindaMann
  • Visitor
  • Visitor
8 years 6 months ago #60015 by LindaMann
Replied by LindaMann on topic How to make a "moving banner" of the WEB page?
The code for that is: <marquee behavior="slide" direction="left" style="width: 483px; height: 48px;"> </marquee>

Where it states left, you can put right in there too and it will move in that direction.... I forget the website I got this from...
The topic has been locked.
  • Bright
  • Topic Author
  • Visitor
  • Visitor
8 years 6 months ago #60020 by Bright
It works for the moving banner finally.
Thanks for all the guidance here.
The topic has been locked.
  • Bright
  • Topic Author
  • Visitor
  • Visitor
8 years 4 months ago - 8 years 4 months ago #61620 by Bright
As a result, I would like to share the following source code for "Scrolling text with pause" (i.e. moving cursor on the text) feature: 

<div>
<marquee onmouseout="this.start();" onmouseover="this.stop();" title="Holding your cursor over this stops the marquee.">
<span style="color: rgb(255, 0, 153);">
<span style="font-family: Verdana,Geneva,sans-serif;">
<span style="font-size: 16px;">
<em>Welcome to attend our coming meeting! </em>
</span>
</span>
</span>
</marquee>
</div>

You may replace the text "Welcome to attend our coming meeting! " above with your own text in "source mode".
For color and font family/size, it can be changed in "edit mode".
Last edit: 8 years 4 months ago by Bright. Reason: revision of description
The topic has been locked.
Time to create page: 0.574 seconds