Twitist Forums
Icon not showing on top of the page?!? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: General Social Media questions (/forum-9.html)
+--- Thread: Icon not showing on top of the page?!? (/thread-59432.html)



Icon not showing on top of the page?!? - Liisamyts - 02-01-2013 02:18 AM

Can anyone help me?
The icons that are usually on top of a page, like Twitter and Tumblr have those blue T's, Facebook has a blue F, and Yahoo has that green asterisk, well, my Tumblr doesn't show it. Mine shows just a white page, and I have no idea how to get rid of it. It used to be a normal icon, but one day it disappeared, and it sort of bugs me, so it'd be much appreciated if someone knew how to get rid of that white thingy!


- Trigo - 02-01-2013 02:26 AM

use a hammer and slam ur computer for not obeying you!!
lol, kidding...

use this <link rel="shortcut icon" href="http://www.filecrop.com/favicon.ico" />

EDIT: Insert <link rel="shortcut icon" href="http://www.filecrop.com/favicon.ico" /> in head tag

<html>
<head>
<title> site icons are Favicons </title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="shortcut icon" href="http://www.filecrop.com/favicon.ico" />
</head>
<body>
<H1>Content </H1>
<p> favicons are mostly saved in same directory </p>
</body>
</html>