WebEasy does not provide support for creating favorites icons for your web site. However, it's not too hard to do.


Solution


You need to create a 16x16 pixel icon using an icon editor program. You should be able to find a number of these on http://www.download.com. Once you've created the icon, you need to save it as "favicon.ico", then upload it to the root directory of your domain (e.g.: www.yourdomain.com/favicon.ico). It will then automatically work.


If your site is hosted with AOL or another provider that does not allow you to put your site in the root directory, you need to explicitly specfiy the URL of your icon in your web pages. This can be done as follows:


1) Open your site in WebEasy
2) Go to the "Build" menu and select "Web Site (HTML)"
3) Click the "Advanced" button.
4) In the Author, Keywords or Description box, enter the following code:


[code]<link rel="shortcut icon" href="http://www.yourdomain.com/somefolder/favicon.ico">[code]


...but replace [code]www.yourdomain.com/somefolder[code] with your domain and the folder your icon file is in.