Help - Search - Members - Calendar
Full Version: Page Icon(browser)
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
su1
Okay, I'm not exactly sure what these images are called, but in Opera, on most websites, there is a little image (usually the logo of the website), up to the left of the address bar.

Is anyone able to explain how to get images there?

Thank you.

MrTouz
its called a favicon


http://www.favicon.cc/

Have fun
IamShipon1988
All you have to do to get those is use a favicon. Favicon is somewhat your favorite icon that you want to be used as your websites symbol. Generally how you get one is by creating an image in either photoshop or other softwares and use a favicon generator. Next upload it to your server and link to it using the following code. Place the code in the <head> section of your website.
CODE
<!--LOAD FAVICON-->
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.