Blogger

Blogger/feat-big

How To Add Moveable Text In A Blog (Marquee)

https://ourblogbase.blogspot.com/2019/02/how-to-add-moveable-text-in-blog-marquee_5.html?m=1
Marquee


Example:1
<marquee>ADD YOUR TEXT HERE.</marquee>
RESULT:
ADD YOUR TEXT HERE.

Example:2
<marquee direction="right">ADD YOUR TEXT HERE.</marquee>
<marquee direction="left">ADD YOUR TEXT HERE..</marquee>
RESULT:
ADD YOUR TEXT HERE. ADD YOUR TEXT HERE..

Example:3
 <marquee direction="right" width='90%'>ADD YOUR TEXT HERE....</marquee>
RESULT:
ADD YOUR TEXT HERE....

Example:4
 <marquee direction="right" width="100%" style="background:#FF6310"><font color="#000">ADD YOUR TEXT HERE....</font></marquee>
<marquee direction="left" width="100%" style="background:#0080ff"><font color="#000">ADD YOUR TEXT HERE....</font></marquee>
RESULT:
ADD YOUR TEXT HERE.... ADD YOUR TEXT HERE....

Now I add text color,text background color for the text.You may replace #ff6310 and #0080ff with hexadecimal color number for background color of Marquee text and also replace #000 with hexadecimal color number for text color.


Example:5
 <marquee direction="right" scrollamount="1">ADD YOUR TEXT HERE WITH CONTROL SPEED.</marquee>
RESULT:
ADD YOUR TEXT HERE WITH CONTROL SPEED.

Now in this example I add scrollamount="1" to control marquee speed.if you want to customize the speed then change bold text in above code with your number.and also change  text direction just replace right with left.


Example:6
<marquee direction="left"width="90%"><a href='https://ourblogbase.blogspot.com/2019/02/how-to-add-moveable-text-in-blog-marquee_5.html'>How to add marquee text for  Blogger</a></marquee>
RESULT:
How to add marquee text for Blogger

Now in this example move text with link. replace Red color url with your post address.and Replace bold words with your text.
That's All
Please use the comment box so that we can serve you more better

No comments:

Post a Comment

Featured Post

10 Ways to Find Your Dream Job

To get the job of your dreams you need to sort through the clutter and focus on realistic goals. Some of the following methods will help y...