The code for the moving text supplied in answer to a request from 'Seaview Flowers' posted 3 months ago, was just what I was looking for. But is there any way to make it move the text just a wee bit slower, as it's giving me a migraine!! Can any one help?
- 30 Posts
- 0 Reply Likes
Posted 10 years ago
- 2087 Posts
- 152 Reply Likes
- 875 Posts
- 35 Reply Likes
<!--
Are you using the scrolling text html? Which goes like this
<marquee behavior="scroll" direction="left">The text here</marquee>
If so, just enter a scrollamount="x" into the code.
Change the number to which suits you. Here is an example at medium speed:
<marquee behavior="scroll" direction="left" scrollamount="10">The text here</marquee>
The lower the number the slower it goes and vice versa. So 1 is the slowest and 20 is very fast.
-->
Are you using the scrolling text html? Which goes like this
<marquee behavior="scroll" direction="left">The text here</marquee>
If so, just enter a scrollamount="x" into the code.
Change the number to which suits you. Here is an example at medium speed:
<marquee behavior="scroll" direction="left" scrollamount="10">The text here</marquee>
The lower the number the slower it goes and vice versa. So 1 is the slowest and 20 is very fast.
-->
- 30 Posts
- 0 Reply Likes
Thanks for that! Is there a way to change the text font on this too? I'm new to all this and trying to learn about computers as I go along, so please forgive me if it's something obvious I'm supposed to do!!
Cheers!
Cheers!
- 875 Posts
- 35 Reply Likes
<!--
Like this:
<marquee direction="left" scrollamount="3" behavior="scroll" style="width: 300px; height: 15px; font-size: 15px;">Example Text</marquee>
Just change the 15 to whatever you want to.
-->
Like this:
<marquee direction="left" scrollamount="3" behavior="scroll" style="width: 300px; height: 15px; font-size: 15px;">Example Text</marquee>
Just change the 15 to whatever you want to.
-->
- 30 Posts
- 0 Reply Likes
Thanks, that certainly helped with the speed issue, it's just the font style, I'd like to change if possible. I'll try again to let you see the original code:-
<!--
<div align="center"><FONT face="georgia" color="#ffffff" size="+2">
<MARQUEE bgcolor="#31474B" direction="left" width="85%">
<STRONG>....'This is cool!</STRONG>
</MARQUEE></FONT></div>
-->
Thanks for your help, it's much appreciated
<!--
<div align="center"><FONT face="georgia" color="#ffffff" size="+2">
<MARQUEE bgcolor="#31474B" direction="left" width="85%">
<STRONG>....'This is cool!</STRONG>
</MARQUEE></FONT></div>
-->
Thanks for your help, it's much appreciated
- 875 Posts
- 35 Reply Likes
<!--
Sorry Alexander I had to run out, here is your code but fixed.
<marquee direction="left" scrollamount="3" behavior="scroll" style="width: 300px; height: 15px; color: #ffffff; font-size: 15px; font-family: Georgia; background-color: #031474;">Example Text</marquee>
Good luck. -->
Sorry Alexander I had to run out, here is your code but fixed.
<marquee direction="left" scrollamount="3" behavior="scroll" style="width: 300px; height: 15px; color: #ffffff; font-size: 15px; font-family: Georgia; background-color: #031474;">Example Text</marquee>
Good luck. -->
- 10698 Posts
- 495 Reply Likes
Great work lambofgod! Thanks so much for your help on this.
- 30 Posts
- 0 Reply Likes
Sorted!! Thanks for helping me with this - I 've got the text just the way I wanted now, Thanks for that!!
ALEXANDER MACLEAN
This is cool!
lambofgod
ALEXANDER MACLEAN
lambofgod