<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/1195380423280070799?origin\x3dhttp://view-iheartit-tutorials.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
So , what you wanna do ?
Muse
Specs
Way Out
Credits
+ follow Dashboard
Inserting Favicon
Friday, July 13, 201211:51 PM

LOLOLOLOL . How to insert favicon ? What's favicon ?
Favicon is the cute little thingy BESIDE my blog title ! ^^
Saw that ? Yup that's right . That's the favicon im gonna teach you today . :D

For Denim template / Template Designer .
1.) Click dashboard and the edit html .
2.) Press CTRL + F . Search for the code below .
<title><data:blog.pagetitle/></title>
3.) Paste the code BELOW the code above this .
<link href='PICTURE URL' rel='icon' type='image/vnd.microsoft.icon'/> 
4.) Find a picture and paste it at the 'PICTURE URL'

For Blogskins .
1.) Click dashboard and the edit html .
2.)  Press CTRL + F . Search for the code below .
<title>TITLE</title>
3.) Paste the code BELOW the code above this .
<link rel="shortcut icon" href="PICTURE URL" />
4.) Find a picture and paste it at the 'PICTURE URL'
5.) Preview and save . 
^^ Comment below if you can't make it ! Good luck !