↧
How To Create Scrolling Text Boxes
You may want to create a text box with content for your viewers to copy. There is an easy way to do that. Copy the code below into the Edit HTML part of your Post Editor: <textarea...
View ArticleHow To Add Search Box to Search in Your Blogsite(Website)
1.Login to your blogger account.Go Layout --> Add a Gadget --> Select “HTML/JavaScript”. 2.Copy below code and paste it.Click save and refresh your site. <p align="left"><form...
View ArticleHow To Create Text Area with Select All
1.Log in to your dashboard--> layout- -> Edit HTML 2.Scroll down to where you see </head> tag. 3.Now add below code before </head> tag. <script type="text/javascript">...
View ArticleHow To Make Text Area With Auto highlight on Mouse Over
If you want to add a text-area with the auto highlight its content when mouse-over, this simple tutorial will help you. 1.Login to your Blogger account and go to "Layout" of your blog. 2.Click on 'Add...
View Article