Jump to content

Recommended Posts

Posted

Nu merge in nici un fel sa pun favicon. Am incercat:

<link rel="icon" type="image/png" href="img/icon.png">
<link rel="icon" type="image/png" href="icon.png">
<link rel="icon" type="image/png" href="img/icon.png/">
<link rel="icon" type="image/png" href="icon.png/">
<link rel="icon" type="image/png" href="img\icon.png">
<link rel="icon" type="image/png" href="img\icon.png\">
<link rel="icon" type="image/png" href="icon.png\">
<link rel="shortcut icon" type="image/png" href="img/icon.png">
<link rel="shortcut icon" type="image/png" href="icon.png">
<link rel="shortcut icon" type="image/png" href="img/icon.png/">
<link rel="shortcut icon" type="image/png" href="icon.png/">
<link rel="shortcut icon" type="image/png" href="img\icon.png">
<link rel="shortcut icon" type="image/png" href="img\icon.png\">
<link rel="shortcut icon" type="image/png" href="icon.png\">

Am incercat icon pe 16x16, 32x32, 48x48, 72x72, 180x180, insa doar pe .png (nu pot prin photoshop sa salvez .ico) Am incercat chiar sa schimb folderul, sa schimb numele pozei in 'favicon' 'gigel' sau alte nume.

Am rezolvat, din graba imediat ce am conectat stylesheet-ul am pus jos si favicon-ul, in header, desi ar fi trebuit sa fie in html

Before:

<html>
	<header>
		<title>--</title>
		<link rel="stylesheet" type="text/css" href="stylesheet.css">
      		<link rel="icon" type="image/png" href="img/icon3.png">
	</header>

After:

<html>
		<link rel="icon" type="image/png" href="img/icon3.png">
	<header>
		<title>--</title>
		<link rel="stylesheet" type="text/css" href="stylesheet.css">
	</header>

 

  • 1 month later...

Posted
8 minutes ago, Alynutz C. said:

Salut, 

adaugi codul asta in index.html.

<link rel="shortcut icon" href="http://www.sitetau.ro/favicon.ico"/>

Am dat edit la topic dupa ce am rezolvat, era din alta parte problema.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.