Hi everybody,
Does anyone know how to set a favicon on a 404 and 403 error page? I can do it successfully with all the other pages on my site, but not the error pages, and I just want it to look consistent. I use this code in the header of my pages:
This code works fine on all my other pages, but for some reason with the error pages, no favicon. I'm using internet explorer, if that helps. Can anyone give me a hand, please? I'd really appreciate it.
Thanks,
Lydia
Does anyone know how to set a favicon on a 404 and 403 error page? I can do it successfully with all the other pages on my site, but not the error pages, and I just want it to look consistent. I use this code in the header of my pages:
Code:
<HEAD>
<LINK
HREF="[URL]http://lydiascarletswan.x10hosting.com/General/Images/favicon.ico[/URL]"
REL="shortcut icon"
TYPE="image/x-icon"
/>
</HEAD>
This code works fine on all my other pages, but for some reason with the error pages, no favicon. I'm using internet explorer, if that helps. Can anyone give me a hand, please? I'd really appreciate it.
Thanks,
Lydia