j-training.jpg
Favicons - making & placing them

Favicon  -  favourite icon - is the little image you see in the address bar next to the website name


Here's how you do it:

First make your favicon

  1. Use a square-ish image if possible and resize it to 16 by 16 px.
  2. Save it as a png
  3. Then

OR

  • Use your own "ico" generator - plugins are available for Photoshop etc.

Then upload the favicon to your website

In Joomla 1.0 - you can usually just upload and save it to the images file in the back end of Joomla (using the media manager). Just overwrite the original favicon.ico

In Joomla 1.5 - you may need to upload the file to a variety of places - typically it needs to go in the template folder that you are using -  

i.e server..../yourjoomladirectory/templates/template_you_are_using/favicon.ico

The exact path can be found in your template's index.php file. Look for a link to the "shortcut icon":

<link rel="shortcut icon" href="/IN HERE IS THE PATHWAY TO THE FAVICON" />

So either upload your favicon to where is indicated in the template's index.php file or chaneg the above pathway to where the favicon you wish to use is placed.

Clear your browser memory then restart your browser & La Voila!