Web site icons
Thread Starter
Joined: Aug 2005
Posts: 59
Likes: 0
From: Guadalix de la Sierra
Web site icons
Does anyone know how to get your own little icon to appear on your web site, so that when a browser loads it up it appears next to the title of the web page ?
Ppune doesn't have one, but a lot of sites do. This icon also then seems to appear in the favourites/bookmarks section.
Any ideas gratefully received, thanks.
Ppune doesn't have one, but a lot of sites do. This icon also then seems to appear in the favourites/bookmarks section.
Any ideas gratefully received, thanks.
Chief Tardis Technician
Joined: Jan 2001
Posts: 554
Likes: 0
From: Western Australia S31.715 E115.737
Fairly easy really,
First yoyu need to make an icon for your website, usually called favicon.icon and save this to your server along side the pages. You can name it anything you like really, but it must be reflected in the coding shown below.
In your index.html page near the top lines of code you need to insert this. You can cut and paste if you want
<LINK rel="SHORTCUT ICON" href="favicon.ico">
it will end up looking like this.
<HTML><HEAD>
<meta http-equiv="Content-Language" content="en-au">
<TITLE>Ulysses Joondalup Group</TITLE>
<LINK rel="SHORTCUT ICON" href="favicon.ico">
<META NAME="Generator" CONTENT="Microsoft FrontPage 5.0">
First yoyu need to make an icon for your website, usually called favicon.icon and save this to your server along side the pages. You can name it anything you like really, but it must be reflected in the coding shown below.
In your index.html page near the top lines of code you need to insert this. You can cut and paste if you want
<LINK rel="SHORTCUT ICON" href="favicon.ico">
it will end up looking like this.
<HTML><HEAD>
<meta http-equiv="Content-Language" content="en-au">
<TITLE>Ulysses Joondalup Group</TITLE>
<LINK rel="SHORTCUT ICON" href="favicon.ico">
<META NAME="Generator" CONTENT="Microsoft FrontPage 5.0">
Per Ardua ad Astraeus
Joined: Mar 2000
Posts: 18,575
Likes: 4
From: UK
Joined: Jan 2004
Posts: 1,068
Likes: 4
From: Hiding..... in one hemisphere or another







