PDA

View Full Version : Inserting an .ico


Cal Poly Forum
08-28-2003, 08:38 PM
On my index page of the forum, I would like to insert an .ico image.

But I do not know where exactly to insert in the .php file, as there is no <title>, <meta name>, and <link rel>.

assassingod
08-29-2003, 06:23 AM
You can only use *.ICO files in the address bar, and if that is what you want, add this to your header code:


<LINK REL="SHORTCUT ICON" HREF="url-of-image">