Image Favicon

Image Favicon

It is easy to add a favicon to your site. A working example is located at http://ojambo.com. The favicon is used to distinguish your website. Warning! This article contains screenshots.

    Tools Required:

  • Graphical package for mock-up
  • Text editor for creating and modifying the website header html information.
  • Web server
  • HTML
  • Knowledge of the image to be served.

ImageFavicon.svg

  1. Run Inkscape.
  2. Show Document Properties are 400 x 400.
  3. Zoom in Tool -> Zoom to fit drawing in window.
  4. Layers -> Layer -> Move Offscreen.
  5. Object -> Align & Distribute -> Move Offscreen.
  6. Rename Layer -> Background.
  7. Drag In Empty Button -> Align horizontally/centre.
  8. Lock Layer Background.
  9. New Layer -> Text -> O, Font-size = 350px, White.
  10. Duplicate O -> Black, Blur = 2.0, Lower Down, Move down manually for 3D-effect.
  11. Export -> Page -> 32 x 32px.
  12. Drag Ojambo_ImageFavicon_0005 to test folder.
  13. Rename Ojambo_ImageFavicon_0005 -> favicon.png.

Image2

Image2


Create HTML file called INDEX.html

<!--
        index.html
        
        Copyright 2010 Edward <http://ojambo.com>
        
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 2 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with this program; if not, write to the Free Software
        Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
        MA 02110-1301, USA.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
	<title>Ojambo.com Favicon Test</title>
	<meta http-equiv="content-type" content="text/html;charset=utf-8" />
	<meta name="generator" content="Geany 0.18" />
	<link rel="icon" type="image/png" href="favicon.png" />
</head>

<body>
	<h1>Ojambo.com Test for favicon</h1>
	<p>More Information about Favicons can be obtained from <a href=”http://en.wikipedia.org/wiki/Favicon”>Wikipedia Favicon Information</a></p>
</body>
</html>

The location of the favicon is specified with a link tag.

Testing Favicon

The favicon should show up immediately on the the index page.

    Recommendations:

  1. Place the favicon in an easy to remember location such as the root directory.
  2. Use image formats which are cross-browser compatible.

About Edward

Edward is a software engineer, web developer, and author dedicated to helping people achieve their personal and professional goals through actionable advice and real-world tools.

As the author of impactful books including Learning JavaScript, Learning Python, Learning PHP and Mastering Blender Python API, Edward writes with a focus on personal growth, entrepreneurship, and practical success strategies. His work is designed to guide, motivate, and empower.

In addition to writing, Edward offers professional "full-stack development," "database design," "1-on-1 tutoring," "consulting sessions,", tailored to help you take the next step. Whether you are launching a business, developing a brand, or leveling up your mindset, Edward will be there to support you.

Edward also offers online courses designed to deepen your learning and accelerate your progress. Explore the programming on languages like JavaScript, Python and PHP to find the perfect fit for your journey.

📖 Explore His Books – Visit the Book Shop to grab your copies today.
💼 Need Support? – Learn more about Services and the ways to benefit from his expertise.
🎓 Ready to Learn? – Check out his Online Courses to turn your ideas into results.