How do you change the HTML default icon?

Jason

New member
When you create a new html document, the default icon is your browser's logo. I tried to go to Control Panel -> Folder Options -> File Extensions, but when i tried to change the icon for html, nothing happened. Is there a way to do this?
 
As it says in Windows XP, you have to go to advanced - but then you are changing the logo for your browser, not for HTM/HTML files and I wouldn't be surprised if IE and Firefox, etc. changed it back.
 
Do you mean on your computer, or on the browser?

On the browser, you must add:
<link rel="shortcut icon" href="the_ico_file_you_want_to_use.ico">
Use GIMP to make .ico files.

On your computer, I have no idea.
 
Back
Top