tSR has a favicon already: http://www.spriters-resource.com/favicon.ico
It's just that none of tSR's site and forum pages link to it with:
Certain browsers require the above code to be able to display the favicon. Other browsers like Firefox will automatically sniff out the favicon in tSR's root directory and display it with no coding needed.
It's just that none of tSR's site and forum pages link to it with:
Code:
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon">
*This will only work between <head> and </head> on pages.
Certain browsers require the above code to be able to display the favicon. Other browsers like Firefox will automatically sniff out the favicon in tSR's root directory and display it with no coding needed.