크롬에서 파비콘이 안나옵니다 ~
본문
head.sub.php 페이지에서 아래와 같이 삽입을하고 favicon.ico 는 루트에 img 폴더에 넣었습니다.
익스플로 8이상에서는 나타나는데 크롬에서는 파비콘이 나오질 않습니다.
1번 소스
<title><?php echo $g5_head_title; ?></title>
<link rel="shortcut icon" href="<?php echo G5_IMG_URL;?>/img/favicon.ico" type="image/x-icon">
1번이 안되서 favicon.ico를 맨위에 넣고 아래와 같이도 해봤으나 반응이 없습니다. 어떻게 해야하나요?
2번 소스
<title><?php echo $g5_head_title; ?></title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-ico" />
답변 3
<link rel="shortcut icon" href="/favicon.ico" type="image/x-ico" />
<title><?php echo $g5_head_title; ?></title>
저는 타이틀 위에 넣었습니다.
위나 아래나 차이는 없는 것 같습니다만...
!-->크롬경우는 시간좀 가져보세요~ ㅎ
답변을 작성하시기 전에 로그인 해주세요.