ChristArt.com
Login | Support
BECOME A MEMBER
Images Activity Sheets Books Poetry

Fav Icons

CROSSES
Cross Icons

Cross Icons

JESUS
Cross Icons

STAIN GLASS WINDOWS
window favicons

BIBLES
bible favicons
FISH
fish favicons

HEARTS
fish favicons
POINT TO GOD
point up favicons
OTHER
other favicons

What are Favorites Icons?

What are Favicons?
Favicons are a feature that you can use to display your logo or some other small graphic on the Favorites menu and Address bar.
This feature will only work with Netscape 7.0 or Explorer 5 or later versions.

How to Add a Favicon to a Web Page
First, click on one of the above "Christian Favicons" to down load it.
Rename the icon to favicon.ico and put it in the root directory of your domain--for example, www.christart.com/favicon.ico. Each time your Web page is added to a user"s favorites, Internet Explorer automatically searches for this file and places the icon next to all the favorites and quick links originating from your site

If you don"t want the favicon.ico file in your root directory, you can also associate the icon with your Web page by saving the icon with a file name other than favicon.ico and adding a line of HTML code in the HEAD section of your Web document. The line of code includes a LINK tag that specifies the location and name of the file. You can include this LINK tag on a per-page basis.

<head>
<link rel="icon" href="http://www.mydomain.com/myicon.ico" sizes="16x16" type="image/x-icon">
<title>My Title</title>
</head>