View Full Version : Favicon with css


danielcom3
08-10-2006, 05:22 PM
Is it possible to set the favicon with css? :confused:

bourdelson
08-10-2006, 05:25 PM
You don't use CSS. You put this in between your head tags:

<link rel="shortcut icon" href="favicon.ico">

:)