custom website icons?

Status
Not open for further replies.

TheRecluse

In Runtime
Messages
477
icons.png


i want to make the green circle have their own identifying icon like the rest of the shortcuts, anyone know how to go about doing this? sorry if it's a simple solution.

TIA
 
From the website side of things just create an icon (.ico), store it on your website somewhere, and then put the line:
Code:
<link rel="shortcut icon" href="http://www.yourwebsite.com/youricon.ico" />

I can't say as I know how to do it from the browser side of things, but you could get a new theme with a different default page icon.
 
yeah i was hoping to do it browser side... i just want to easily tell the difference between the shorcuts that don't have specific icons. and i'd rather not have the text next to them because it takes too much room

thanks for the reply
 
Status
Not open for further replies.
Back
Top Bottom