What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

favicon fails to display when internal css present

Larry29936

New member
On pages with no internal css in the <head> the following displays on the browser tab properly:
Code:
  <!-- Favicon  -->
   <link rel="icon" href="fox.ico" />

If there is internal css, it doesn't display at all. It doesn't make any difference whether the code is before or after the internal css.

Thanks in advance for any solutions.
Larry
 
Back
Top