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
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:
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 in your blogger blog.
0 Response to "Add Scrolling Text To Your Blogger Blog"