Author Dreamer56
2016
5
Premium
Rank 2287

Adding marque scrolling text effect could give your site an added advantage.

It is fairly easy to do. Simply add this code to the header.php file in the head section and watch your site tile or message come to life.

I may also give your site a second look. It will help your site stand out in a sea of open window tabs.

Here is the code you will need.

<script language="JavaScript">
<!--
var space = " ";
var speed = "50";
var pos = 0;
var msg = "Make Your Title Bar Scroll - Attract Attention!!";
function Scroll()
{
document.title = msg.substring(pos, msg.length) + space + msg.substring(0,pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("Scroll()", speed);
}
Scroll();
-->
</script>

This code will not change your site title. It simply offers you an opportunity to add a different message to your site.

Thanks for your valuable time.


You Got This! Go Get'em!

Until next time,


Join the Discussion
Write something…
Recent messages
CateR Premium
That is soooo neat! ... thanx DreamerMan.
Reply
Dreamer56 Premium
You are very welcome Cate! Pretty neat trick eh?
Reply
CateR Premium
Very!
Reply
Dreamer56 Premium
You got me started with your magic CTA button. :))
Reply
CateR Premium
That red clicker thing?
That STILL bombs the bombs the page if I open Visual mode?
Okay.... ;-)
Reply
DPolny Premium
Very helpful. I know nothing about Html so these kinds of tips are much appreciated. Thank you, Tim.

Dawn :)
Reply
Dreamer56 Premium
My pleasure Dawn! Thanks for stopping by.
Reply
Becka56 Premium
Thanks, it looks great!
Reply
Dreamer56 Premium
Great to hear from you Becka! If you have any problems adding the code holler at me.
Reply
zoeccess Premium
Thanks Tim, it's work.
:))
Reply
Dreamer56 Premium
Hey Alit! How are things going? Thanks for stopping by
Reply
zoeccess Premium
Awesome Tim
Reply
Mike-Writes Premium
Excellent tutorial, Tim. Thanks!
Reply
Dreamer56 Premium
Hey Mike! Thanks for stopping by. Been absent of late had to stop in and see what was going on!
Reply
MKearns Premium
Great back end advice for the coders among us Tim.
Reply
Dreamer56 Premium
Hopefully everyone one can use this Michael/ Thanks for your time.
Reply
Top