How to add Scrolling text to your Blogger blog:
We can add scrolling text to blog with <marquee> tag. Scrolling text used to show your blog notifications. We can add scrolling text to Blogger blog in any position.
Follow below steps to add Scrolling text to your Blogger blog
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Layout
Step 3 : Add text Gadget
Step 4 : Add below code in that text gadget configuration window
<marquee>Place any text here</marquee>
By default text scroll from right to left .
Direction attribute:
You can change direction with direction attribute
if you want left to right
use direction="right" attribute
i.e
<marquee direction="right">Place Your text here</marquee>
noew text will scroll from right to left
like this you can use
direction="left"
direction="right"
direction="up"
direction="down"
background color :
you can also change background color.
Step 5 : You can also add <marquee> tag in your blog posts, click on posts and click on edit html and add <marquee> tag.
Like this you can add <marquee> tag to any where on your Blogger blog.
0 comments:
Post a Comment