![]() |
How To Change Blogger Favicon ब्लॉगर फेविकॉन को कैसे बदलें |

फ़ेविकॉन क्या है? IE फ़ायरफ़ॉक्स या ओपेरा का उपयोग करते समय आप टैब पर एक आइकन देखेंगे जब आप किसी पृष्ठ पर जाते हैं। इसे फ़ेविकॉन कहा जाता है। लेकिन डिफ़ॉल्ट ब्लॉगस्पॉट ब्लॉगों में फ़ेविकॉन होता है जो बदसूरत दिखता है। इसे पोस्ट के शीर्ष पर देखें। इसे कैसे निकालें यह? Goto Blogger Template>Edit Html
What is a favicon? When using IE Firefox or Opera you will see an icon on the tab when you visit a page. This is called a favicon. The default Blogspot blogs have a favicon that looks ugly. See here at the top of the post. How to remove This? Goto Blogger Template>Edit Html
find the following title tag which looks like
<title>
<data;blog.pageTitle/>
</title>
and immediately after closing the tag </title>, add the code given below.What is a favicon? When using IE Firefox or Opera you will see an icon on the tab when you visit a page. This is called a favicon. The default Blogspot blogs have a favicon that looks ugly. See here at the top of the post. How to remove This? Goto Blogger Template>Edit Html
find the following title tag which looks like
<title>
<data;blog.pageTitle/>
</title>
<link href='URL-OF-YOUR-FAVICON' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
Remember to replace "URL-OF-YOUR-FAVICON" with your own icon file's url.
Now save your template and you done.
No comments:
Post a Comment