Thank you. The site looks the way it looks only because of all the hard work people have put in to make it easy for folks like me to build sites. :D :D
When you create the "favicon.ico" file, it helps to get an "icon editor". I seem to remember that Microsoft invented the file format.
To tell the browser that it is there, you need to put the following in your HTML:
<link rel="SHORTCUT ICON" href="./favicon.ico">
in the <head> field of your index.html (or whatever) file.
I cheated, since I didn't (and still don't, REALLY) know PHP that well. I put an index.html file in the "DocumentRoot" and re-directed it to the fusion index.php (in a sub-directory) !
:D :D :D
0 replies