Favicon Location (can it be changed)

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
5/22/2012 9:56:18 AM
Gravatar
Total Posts 199

Favicon Location (can it be changed)

I have implemented One Set of CSS for Multiple Skins.  (great tutorial by the way)
http://www.mojoportal.com/understanding-the-styleconfig-file.aspx

The favicon does not show up because it is looking in the root of the site skin.

Do I need to place the favicon in all of the skin folders or can I define a location so it can grab it from the centralized folder?

thanks in advance

 

5/22/2012 2:12:03 PM
Gravatar
Total Posts 355

Re: Favicon Location (can it be changed)

The portal:favicon tag in your layout.master doesn't allow for a physical path to be specified; replace it with the standard HTML

<link rel="shortcut icon" href="/path/to/your/favicon.ico" />

Remember you'll have to define the specific path from the root for the location of the favicon.ico file.

5/24/2012 8:49:23 AM
Gravatar
Total Posts 199

Re: Favicon Location (can it be changed)

thanks for the help, I will give that a try :)

You must sign in to post in the forums. This thread is closed to new posts.