![]() |
Marquee |
Example:1
<marquee>ADD YOUR TEXT HERE.</marquee>
RESULT:
Example:2
<marquee direction="right">ADD YOUR TEXT HERE.</marquee>
<marquee direction="left">ADD YOUR TEXT HERE..</marquee>
RESULT:
Example:3
<marquee direction="right" width='90%'>ADD YOUR TEXT HERE....</marquee>
RESULT:
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:
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:
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:
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