~~~ 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.
How to make a "Scrolling text (can be paused)" on the WEB page?
- SteveTheTechie
-
- Offline
- Administrator
-
- Posts: 11526
- Thanks: 3050
Re: How to make a "moving banner" of the WEB page?
8 years 9 months agokenmatos 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
- New Member
-
- Thanks: 0
Re: How to make a "moving banner" of the WEB page?
8 years 9 months ago
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...
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.
- kenmatos
-
- Offline
- Junior Member
-
- Posts: 28
- Thanks: 3
Re: How to make a "moving banner" of the WEB page?
8 years 9 months ago
Thanks for sharing that website!
The topic has been locked.
- LindaMann
-
- New Member
-
- Thanks: 0
Re: How to make a "moving banner" of the WEB page?
8 years 9 months ago
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...
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
- New Member
-
- Thanks: 0
Re: How to make a "moving banner" of the WEB page?
8 years 8 months ago
It works for the moving banner finally.
Thanks for all the guidance here.
Thanks for all the guidance here.
The topic has been locked.
- Bright
-
Topic Author
- New Member
-
- Thanks: 0
Re: How to make a "moving banner" of the WEB page?
8 years 6 months ago - 8 years 6 months ago
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".
<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 6 months ago by Bright. Reason: revision of description
The topic has been locked.
Moderators: Brian, Pam, rhtaylor3, marc33, NotLiable, jgavin, Lcala305, Heni, peterb323, DebbieT
Time to create page: 1.064 seconds
Copyright © 2025 FreeToastHost 3 Support. All Rights Reserved.