R
ryanmaelhorn77
Guest
I made in icon in photoshop, 16 x 16 px, then generated an icon file from it using this website: http://tools.dynamicdrive.com/favicon/
Then I placed it in my www folder, and added these lines of code to my index.htm:
<link rel="icon" type="image/ico" href="favicon.ico"></link>
<link rel="shortcut icon" href="favicon.ico"></link>
but it doesn't load next to the url in my browser, or at the top of the browser tab
Then I placed it in my www folder, and added these lines of code to my index.htm:
<link rel="icon" type="image/ico" href="favicon.ico"></link>
<link rel="shortcut icon" href="favicon.ico"></link>
but it doesn't load next to the url in my browser, or at the top of the browser tab