6 Topics

Member Avatar for
Member Avatar for Ritesh_4

Hello Anyone knows what is the best size to use when creating a favicon so that it appears nice in both Firefox and IE tabs?

Member Avatar for redplanetpk
0
170
Member Avatar for mattyd

An odd thing I've never seen or had occur in all the years of web dev: The other day I got some code from Git-Hub and added it to my index page. I decided not to use the code and removed it. I then noticed that the Git-Hub favicon image …

Member Avatar for rproffitt
0
332
Member Avatar for davy_yg

Hello, In my index.php file front page at first, it has a xampp logo - then in order to erase it I have to place this code: <!-- Favicons --> <link rel="shortcut icon" href="img/icons/favicon_.ico"> <link rel="apple-touch-icon" sizes="114x114" href="img/icons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="img/icons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" href="img/icons/apple-touch-icon.png"> by miss leading the favicon …

Member Avatar for diafol
0
5K
Member Avatar for profmuluka

1. First you need a logo for your website 2. Use http://www.favicon.co.uk/ or http://www.animatedfavicon.com/ to create a favicon 3. Place the following code in the head section of your website <head> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> </head> 4. Place the favicon in the same …

Member Avatar for LastMitch
0
154
Member Avatar for elcubanoluis

I used dreamweaver to design a site and for some reason it comes up perfect in firefox, but when loaded in IE, the Nav bar and the Footer bar are not aligned properly and the favicon shows as a broken link. What am i doing wrong? Check out the site …

Member Avatar for elcubanoluis
0
198
Member Avatar for choover12

can someone tell me how to get the [U][B]icon[/B][/U] of a webpage. i can get the icon of a webpage and set it as an image but i want to take it and set it as the icon for my application. here is the code to get the icon and …

Member Avatar for choover12
0
876

The End.