Friday, 27 April 2012

Adding a scrolling text to your blog

Follow these simple steps to add a scrolling text same as that present in the blog..... 1.Go to blogger signin---> 2.After logged in goto Design---Page Elements-----> 3.Click on Add A Gadget---HTML/JavaScript----> 4.Copy and paste the following code in the content field without giving any title. 5.Save the Gadjget and view your blog. CODE: <script language="javascript"> // ENTER TEXT BELOW. CAN *NOT* INCLUDE NORMAL HTML CODE. var text='FOLLOW ME......'; var delay=40; // SPEED OF TRAIL var Xoff=0; // PIXEL COUNT FROM THE...

Wednesday, 4 April 2012

Adding a Simple Search Box to Your Blog

1.Go to Design,then click on add a gadget. 2.Use the Below Code and Add the Widget as HTML/JavaScript CODE: <div class="searchform"> <form method="get" id="searchform" action="/search"> <table width="100%"> <tr> <td><input type="text" style="width:98%;padding:2px;" value="Search this blog..." onfocus="if (this.value == &quot;Search this blog...&quot;) {this.value = &quot;&quot;}" onblur="if...

Monday, 2 April 2012

Add Animated Flying Twitter Bird Widget to Blogger Blogs

 just follow these steps… Change Your Twitter Account User Name. (the underlined link in the code) Copy The Bellow Widget Code. Go to Blogger Dashboard > Design > Edit HTML . Search For </body> tag and Place Widget Code Just Before it. Save your template. <script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js">...