Favicon Plug-in wont work

webstudent123

New Member
So I am trying to install the favicon file format for photoshop on my laptop but it wont take for some reason-

Installed in the proper folder (Adobe PHotoshop CS4 --> Plug-ings --> File Formats..

I restarted the program & machine - still no option to save as ICO-

Tried updating my photoshop but to no avail-

Any ideas..? Thanx
 

bcee

New Member
You really don't need to save as an ICO these days; a PNG will do just switch to the following code:

Code:
<link rel="icon" type="image/png" href="http://example.com/image.png" />

Remove the end slash if not XHTML.

Also you can grab Ifranview and save as ICO from there, it's a free program.
 

PixelPusher

Super Moderator
Staff member
So I am trying to install the favicon file format for photoshop on my laptop but it wont take for some reason-

Installed in the proper folder (Adobe PHotoshop CS4 --> Plug-ings --> File Formats..

I restarted the program & machine - still no option to save as ICO-

Tried updating my photoshop but to no avail-

Any ideas..? Thanx

Did you add it to the plugins folder within the Photoshop app folder?

Mac or PC? I have installed on both platforms and for CS4 and CS5. It worked fine for me.

Telegraphics plugin right?
 
Top