How to add Scrolling text to your Blogger blog:
We can add scrolling text to a blog with the <marquee> tag. Scrolling text is used to show notifications on your blog. We can add scrolling text to any position on a Blogger blog.
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
Step 2 : Click on Layout
Step 3 : Add Text Gadget
Step 4 : Add below code in that text gadget configuration window
<marquee>Place your 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>
now text will scroll from right to left
like this you can use
- direction="left"
- direction="right"
- direction="up"
- direction="down"
Step 5 : You can also add the <marquee> tag in your blog posts. Click on "Posts" and then click on "Edit HTML" and add the <marquee> tag.
This way, you can add the <marquee> tag anywhere on your Blogger blog.
No comments:
Post a Comment