How To Add Horizontal Scroll Text Box to Blogger.
How To Add Horizontal Scroll Text Box to Blogger
1.Login to your Bogger Dashboard and go to Design >> & Page Elements.
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the one of code given below
Note: Repalce Your Text Here with your text
4. Now Click on Save "Html Java Script" and You are done..
Cheers
1.Login to your Bogger Dashboard and go to Design >> & Page Elements.
2.Click on 'Add a Gadget' on the sidebar.
3.Select 'HTML/Javascript' and add the one of code given below
<div style="border:1px solid black;width:600px;height:150px;overflow-y:hidden;overflow-x:scroll;">
<p style="width:600%;">
Type Your Text Here
</p>
</div>
Note: Repalce Your Text Here with your text
4. Now Click on Save "Html Java Script" and You are done..
Cheers
Post A Comment:
0 comments: