@ill66In der Adresszeile wird das Favicon auch angezeigt, nur im Tab vom FF wird nach wie vor ein weißes Blatt angezeigt. Hat jemand eine Idee?
Du weißt jetzt aber schon, was Du jetzt meinst,oder ?

Das war auch nicht Thema, was Du jetzt erwähnst.
Code: Alles auswählen
<link rel="shortcut icon" href="favicon.ico" />
Manche Browser suchen immer zuerst im Root, weshalb es dort auch sein sollte. Dann muss der Code allerdings um einen Slash ergänzt werden (sofern phpBB nicht auch im Root liegt).redbull254 hat geschrieben:Dann das favicon.ico in das Webspace Root Verzeichnis reingelegt. Nicht in das phpBB3 Verzeichnis.
Code: Alles auswählen
<link rel="shortcut icon" href="/favicon.ico" />
Code: Alles auswählen
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="KompoZer, CSS, Template, html,Webseite, Homepage, Hilfeforum, Supportforum, NVU, kompozer, css, Stylesheet, Open Source, Webeditor, Freeware, Webdesign, Navigation," />
<meta name="description" content="blahbal... />
<link rel="shortcut icon" href="/favicon.ico" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<link href="http://www.kompozer-web.de/favicon.ico" rel="icon" />
Code: Alles auswählen
<link rel="shortcut icon" href="./favicon.ico">