Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Paul Murphy
Paul Murphy
6,162 Points

Title Icon images

Hi Guys,

Just wondering how the tiny icon image next to the title tag can be added?

Thanks

1 Answer

Do you mean the favicon? It's an .ico image file located in the root directory of your domain. You can use an online tool (such as http://tools.dynamicdrive.com/favicon) to generate one from a regular image. Then follow the instructions at the bottom of that link to add it to your site.

It may take a little while for your browser to recognize and show the new image. (In my experience, IE recognizes the change quicker than Chrome or Firefox.)