You have two <head>, and some other errors. <!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=UTF-8" /> <head> <title>Ben Hyatt Certified Deposition Reporters</title>
Hi, I think it could be because you have not added the info for the icon in the code Theres a toutorial here for adding favicon's here Cheers Adam
well, it doesnt show in FF3 either. edit this <LINK REL=StyleSheet HREF="WebSite.css" TITLE="Standard" TYPE="text/css"> <link rel="shortcut icon" href="http://www.benhyatt/favicon.ico" /> so it looks like this <link rel="stylesheet" href="WebSite.css" title="Standard" type="text/css"> <link rel="shortcut icon" href="http://www.benhyatt/favicon.ico" type="image/x-icon"/> xhtml wants all tags in small cap, and you need to define the object as well.
Read through these two threads: http://forums.digitalpoint.com/showthread.php?t=794697 http://forums.digitalpoint.com/showthread.php?t=703679 James