Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

my favicon is not displaying. in page info -> media -> Type, it reads Text/html, while it should read Icon. What can I do?

  • 3 답장
  • 15 이 문제를 만남
  • 2 보기
  • 최종 답변자: the-edmeister

more options

I made a web page in dreamweaver cs 5 and used this code for the favicon: <link rel="shortcut icon" href="_images/logo-favicon.ico" /> When I preview it in dreamweaver in the firefox browser, it displays correctly. It however does not display when I visit the actual page. I followed troubleshooting instructions here on firefox that stated that when going into Tools, then Page Info, then clicking on Media, the Type should read as Icon. Instead it reads Text/Html. Could this be the culprit?

I made a web page in dreamweaver cs 5 and used this code for the favicon: <link rel="shortcut icon" href="_images/logo-favicon.ico" /> When I preview it in dreamweaver in the firefox browser, it displays correctly. It however does not display when I visit the actual page. I followed troubleshooting instructions here on firefox that stated that when going into Tools, then Page Info, then clicking on Media, the Type should read as Icon. Instead it reads Text/Html. Could this be the culprit?

선택된 해결법

You're welcome, Please mark this thread as SOLVED.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (3)

more options

With being able to view the webpage itself, it's tough to see what's wrong.

Basically, if you have the favicon.ico file in the root directory of the server, and the name is simply favicon.ico and not some other name, Firefox will be able to find it and display it. Putting that image in another folder or changing the name can cause Firefox not to be able to find it if your < link rel="shortcut icon" path is wrong.

more options

Thank you for your reply. Here is my web page: http://durdovicdesign.com/ I have followed your advice and a combination seems to work. First, I deleted the code; <link rel="shortcut icon" href="../_images/logo-favicon.ico" /> ,changed the name to simply favicon.ico, and placed it into my root folder. That did not work. Second, I kept the renamed favicon (favicon.ico) in the images folder (which is in the root folder), and the root folder (so I have it in 2 locations), and repasted the code; <link rel="shortcut icon" href="../_images/favicon.ico" /> (note the favicon name change). This combination worked for me, so thank you for your help. :-))

more options

선택된 해결법

You're welcome, Please mark this thread as SOLVED.