Favicon won't appear in Internet Explorer. I've tried everything: adding code to the head tags, clearing the cache, etc. Nothing works. Anyone have any suggestions?
S
The following comments are owned by whoever posted them. We are not responsible for them in any way.
Back to Threads Reply to Thread
Favicon won't appear in Internet Explorer. I've tried everything: adding code to the head tags, clearing the cache, etc. Nothing works. Anyone have any suggestions?
S
hi Sirus
Had a similar problem (IE 7) and this definitely works ok:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Welcome to Mein Hosts</title>
<link rel="shortcut icon" href="images/bambam.ico" />
I found that using the name "favicon.ico" kept bringing up the previous icon I had
Using the above code mens you can put the icon file where you like in the file structure
but make sure you are using site-root relative paths - if using absolute, you need to
include the full name of the file sitting on your server
hope that works
CrossOver Forums: the place to discuss running Windows applications on Mac and Linux