place the favicon in the root directory as /favicon.ico This where the browsers look. Otherwise you would define the location in the header.html file <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> David
But what page? You say to define the location. On what amember page would you define the location of the favicon on? To add the favicon on my site's pages I had to add the script inbetween the head tags. But the amember templates dont have head tags. So where and on which one would i put it? thanks
define the location in the header.html file <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> </head> David