Have you ever tried to display codes in blogger. Many blog posts display codes. I always wonder how is this code displayed. After deep search with Google, I found the secret. In this post, i will share with you, how to display codes as it is in any of your post.
First of all copy your code and encode your code. Click here to do this.
After you click on encode button your code will be encoded. Copy the code.
Paste it in your post. Thats it.
If you want to add a border or put the code inside a box, Place the encoded code inside <fieldset style="border: 1px dotted ;>------your code------</fieldset> tag
Lets try one:
Go to Blogger >> Posting >> Create.
Copy the code : <data:blog.pageTitle/> </title> </b:if> or <data:blog.pageTitle/> </title>
Encode it.
To display code inside a box, paste the code inside this tag. <fieldset style="border: 1px dotted ;>------your code------</fieldset>
To display without box, simply paste it anywhere you want.
Here is a simple tutorial to add small flash Mp3 player to any post in blogger.
Copy and paste the below code just before </head> tag in Layout >> Edit Html.
Copy the below code and paste it wherever you want the flash player to be displayed, but paste it in the Edit Html tab of Create Post.
Do not forget to replace http://media.odeo.com/3/3/2/yahoo-song.mp3 with the URL of your Mp3
You can configure height and weight as required.
Note: If you are using Internet Explorer, you will probably need to click the player twice to make it play. (All other Web browsers will let you click once.) If you do not see the MP3 player, then you dont have the Flash player installed. (More than 90 percent of all Internet users do have it.)
Favicon icon is also one of the SEO technique. So it becomes important for bloggers to change the default blogger favicon icon to the one of our choice. You can do this easily.
Simply upload an image of size 16 x 16 px to your server or use any file upload service.
Copy the link of the file location.
You can also use the link of any 16 x 16 image available over the web.
Now login to your Blogger account.
Go to Layout >> Edit Html.
Find in your codes. It will appear within the first 20-25 lines of codes.
Ave you ever tried to keep more than one space between two words. If no try first. Blogger does not allow you to add more than one space between two words. Even if you try pressing space-bar hundred times, it will not work. Below words are separated with 10 spaces: Vinod Vinod
Now coming to the point, there are two ways to do this:
Using non-breaking space ( )
using pre tag (<pre> </pre>)
To add any number add spaces, put that many number of ( ) between those words. Eg: Copy and paste the following code in your post: Vinod Vinod
Now, well try the second method: Using pre tag, we can add space with your Space-bar itself. Now, you can add hundred spaces with your Space-bar. Try This: Vinod<pre> </pre>Vinod
Note: All these tricks have to be done in Edit Html tab of create post. After doing this trick, do not go to Compose tab. Otherwise, again there will be only one space. Enjoy blogging!!!
Configure Top right Social Bookmark area (Revised Code): Access into Layout >> Page Elements Click and Edit the top right HTML/JAVA Script ( refer below image)
Configure tabs: Access into Layout >> Page Elements Click on the tab number, in which you want to add contents. (Refer below image)
Just add gadgets according to your use in .
Add Image Gallery: To add an image gallery with fade effect, write the normal code for image and simply add class="linkopacity" to img attribute. see the example below
Many bloggers try to edit each and everything on the blog to customize the blog appearance. Weather it be images, widgets or anything. Sometime they fall into confusion that how to change the Newer and older post link at the bottom of the post. Here is a simple trick to change this or replace it with whatever you want in seconds. You can see a sample at the bottom of this post. You can even place an image in place of that or image and text both. Below steps will guide you to achieve this.
Login to your Blogger Dashbord.
Click on Layout.
Click on Edit html
Search for <data:newerPageTitle/> -This is Newer post link.
Replace it with Previous or to place an image, replace it with <img src="Your-Image-Link" border="0" alt="Previous" /> or you can put both.
Now, to change the older posts link, Search for <data:olderPageTitle/> and repeat the above step with appropriate changes.
Most of you are always thinking of a way to track that how many times is your posts or articles on your blog are viewed. Blogger a major free blog hosting provider does not have a individual post views counter widget like other blogging platforms, wordpress have. This is new improved version must work smoothly for all blogger blogs.
Features Added
New code makes Faster loading
Post views shown as image rather than text
You can show counter on Homepage too.
No ads at all. Advert Free.
How To install individual Page views counter widget for Blogger ??
Step#1 Log into your Blogger dashboard. Go to layout and than click on edit/html
Now check on expand widget content , than find the bellow code
<div class=post-header-line-1> and paste the bellow code after the above line
How to change mouse cursor in blogger blog to animated cursors. Many bloggers are asking such kind of questions but there is no tutorial available on the internet. This tutorial will help you to change the mouse cursor of your blog to animated cursors. As you can see in this blog, i haved installed a dark blue 3d cursor. You can also add it in your blogspot blogs and change it according to your will.
UPDATE: I updated some of my posts, this post I update How to change mouse cursor in blogger blog to animated cursors ..........
How to change mouse cursor in blogger blog to animated cursors.One of the best way to add extra fun to your blog is....(more)
I take the cursor image from http://www.cursors-4u.com/ and you can change it anytime depends on your festive moods.
How to Install mouse cursor in blogger blog to animated cursors
I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout.Backup your template before attempting this tutorial.
Step 1:
In old layout: Go to Dashboard - Design - Edit HTML - Expand Widget Templates.
In new layout: Go to Dashboard - Template - Edit Template HTML - Expand Widget Templates.