Showing posts with label html code. Show all posts
Showing posts with label html code. Show all posts

How to change the logo of web site and blogger

How to change logo or favicon image of your blogger?

The user like who is using blogger or any one new get the trouble to change logo of their website.As i am one of them since i also experienced with same problem.Now i give the solution for you.

Here you can fallow the below steps to change your logo.

step1. If you want to chnage the logo of your website or blogger, the first is that logo image should be available in your storage space.(any where on online).
For this you have to upload your logo image and it should be in ".ico" format.

step2. After uploading you can save the link where the .ico formatted logo image is available.

step3. If you are a blogger, first login and go to design section and click "edit html".
Where you can insert the fallowing code after  <head>tag and before close of </head> tag and also you should put code after  </title> tag only to view your logo.


<link href="SAVED.ico" rel="shortcut icon"></link>

The "saved.ico" is the address of logo image available.

step3.After inserting this code you have to save template.

step4.Click on view blog, your logo will be appeared on your blogger.
If you get any problem regarding this don't hesitate to contact me.
All the best

How to Create Search Engine in Blogger


New users of blogger may going to worry about how to make search engine in their blog by seeing other proffesional web sites.Here now i am going to give javascript for making search engine in your blog.

To make search engine fallow this steps:

step1: First Login to Blogger, then go to "Layout --> Page Elements". click "Add a page elements" then chose "HTML/Java Script".

step2: Put the code below into your Content Box

<form action="http://mytricksblog.blogspot.com/search" method="get">
<input class="textinput" name="q" size="30" type="text" /> <input class="buttonsubmit" name="submit" type="submit" value="search" /></form>




step3: save it and click on view blog, you get what you wanted i.e, search engine for you blog.


All the best