Hallo,
Hopelijk kan iemand mij helpen. Ik hem dmv publisher een website gemaakt.
In de html-code van de index.htm en overige twee pagina's heb ik in de head de code voor favicon gezet en de favicon ook geupload en staat in de root.
Nu is hij wel zichtbaar op de twee overige pagina's van de website, maar niet op de index.htm, wat vervelend is want dat is de hoofdpagina uiteraard.
Ik begrijp niet wat ik verkeerd doe. Dit staat nu in de head van index.htm:
Alvast bedankt!
Hopelijk kan iemand mij helpen. Ik hem dmv publisher een website gemaakt.
In de html-code van de index.htm en overige twee pagina's heb ik in de head de code voor favicon gezet en de favicon ook geupload en staat in de root.
Nu is hij wel zichtbaar op de twee overige pagina's van de website, maar niet op de index.htm, wat vervelend is want dat is de hoofdpagina uiteraard.
Ik begrijp niet wat ik verkeerd doe. Dit staat nu in de head van index.htm:
Alvast bedankt!
HTML:
<head>
<link rel="shortcut icon" href="favicon.ico" href="favicon.ico" type="image/
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
b\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>Trancition</title>
<style>
<!--
/* Lettertypen */
@font-face
{font-family:"Arial Black";
panose-1:2 11 10 4 2 1 2 2 2 4;}
@font-face
{font-family:Arial;
panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Opmaakprofielen */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin-right:0pt;
text-indent:0pt;
margin-top:0pt;
margin-bottom:0pt;
text-align:left;
font-family:"Times New Roman";
font-size:10.0pt;
color:black;}
p.MsoOrganizationName, li.MsoOrganizationName, div.MsoOrganizationName
{margin-right:0pt;
text-indent:0pt;
margin-top:0pt;
margin-bottom:0pt;
text-align:left;
font-family:"Trebuchet MS";
font-size:14.0pt;
color:black;}
ol
{margin-top:0in;
margin-bottom:0in;
margin-left:-2197in;}
ul
{margin-top:0in;
margin-bottom:0in;
margin-left:-2197in;}
@page
{size:8.-2019in 11.2232in;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="3074" fill="f" fillcolor="white [7]"
strokecolor="black [0]">
<v:fill color="white [7]" color2="white [7]" on="f"/>
<v:stroke color="black [0]" color2="white [7]">
<o:left v:ext="view" color="black [0]" color2="white [7]"/>
<o:top v:ext="view" color="black [0]" color2="white [7]"/>
<o:right v:ext="view" color="black [0]" color2="white [7]"/>
<o:bottom v:ext="view" color="black [0]" color2="white [7]"/>
<o:column v:ext="view" color="black [0]" color2="white [7]"/>
</v:stroke>
<v:shadow color="#ccc [4]"/>
<v:textbox inset="2.88pt,2.88pt,2.88pt,2.88pt"/>
<o:colormru v:ext="edit" colors="lime,red,blue,#ff7c80,#f00006,#ed3b03,#d22104"/>
</o:shapedefaults><o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>
Laatst bewerkt door een moderator: