Posts

Showing posts with the label Blog Tricks

How to Add Floating Text which Follows the Cursor in Blogger

Image
If you want to show any text like "Welcome Here" or "Sign My Guestbook"or "Your Text Here", which follows the mouse cursor (trail text effect), like the one displayed in the image Log in to  Blogger , go to Layout Add a Gadget  of  HTML/JavaScript  type.   Then add this code in to it: . <script language ="javascript"> // ENTER TEXT BELOW. CAN *NOT* INCLUDE NORMAL HTML CODE. var text=' YOUR TEXT HERE... '; var delay=40; // SPEED OF TRAIL var Xoff=0; // PIXEL COUNT FROM THE LEFT OF THE CURSOR (- VALUES GO TO LEFT) var Yoff=-30; // PIXEL COUNT FROM THE TOP OF THE CURSOR (- VALUES GO UP) var txtw=14; // AMOUNT OF PIXEL SPACE EACH CHARACTER OCCUPIES var beghtml='<font color="#00436e"><b>'; // OPTIONAL HTML CODE THAT EFFECTS WHOLE TEXT STRING SUCH AS FONT COLOR, SIZE, ETC. var endhtml=...

How To Disable Text Selection In Blogger And Other Websites

In your dashboard, go to Layout and then click on Add a Gadget. Select HTML/JavaScript     Copy and paste this code below:         <script type="text/javascript">         /***********************************************         * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)         * This notice MUST stay intact for legal use         * Visit http://www.dynamicdrive.com/ for full source code         ***********************************************/         //form tags to omit in NS6+:         var omitformtags=["input", "textarea", "select"]         omitformtags=omitformtags.join("|")         function disableselect(e){         if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)         return false ...

How To Create Categories in WordPress

Image
Today in this post i will guide you how to create & organize categories in WordPress. You can create parent and child categories making hierarchical arrangements to your post. Additionally, one can post can be post in multiple categories. This feature gives a lot of flexibility to display exactly the post you want. Just like the way to want them in Widgets, Menu bars or directly in your WordPress theme. Now i will guide you step by step through picture that how you can create categories. To create your first category in WordPress, You need to access the Posts -> Categories Page in the left side menu first. On the left side of the WordPress windows you will see a tab which allows you to create categories. Just enter the category name, its slug and Add New Category button. To guide you we will make a new category and we will give it name Family Posts . It’s Done, Your first category is ready. Now we will add the sub category to the Family Posts and give it name Nephews. Enter ...

25 Blogger Templates

Image
Type :  RAR Archive Size  :  5.88 MB Download

How To Remove "Powered By Blogger' Attribution In Blog

Image
Go to Blogger.com and login to your Blogger profile Select  your blog that you wish to remove this attribute Now go to template and click edit HTML Here drop-down “jump to widget” option and from that list select Attribution1 as highlighted below Now in the editor press ctrl + F and find for this line  <b:widget id=’Attribution1′ locked=’true’ title=” type=’Attribution’> Now replace the locked=’true’ in to locked=’false’ as you can see highlighted below Once done click save template Now go to layout option and at the below you can see attribution gadget, click edit. In that popup window click remove and you are done Now go and view your site where you won’t see the “powered by Blogger” attribution. Your copyright text is also removed along with powered by Blogger attribution. To add copyright text just click add a gadget in layout settings select HTML/JavaScript, add your copyright text and drag and drop it below. Removing this powered by Blogger attribution adds un...

How To Remove Quick Edit and Screw Driver On Blog

Image
To Remove Quick Edit: Goto Blogger>Layout In Blog Posts Widget click edit then uncheck show Quick Editing. Then  hit save. Now your Quick Editing has been Removed. To Remove Screw Driver: Goto Blogger>Template>Edit HTML Now search in HTML   ]]></b:skin>   and paste the code   .quickedit{ display:none; just above the   ]]></b:skin>. } And save template. Finished Both Icons are hidden.