[Pro] Favicon Action not working on newly added pages

I have applied the Favicon Action to the site folder and all seems well until i add a new page to the site using the original Master, but the Favicon Action is not added to the new page is this how it should work?

Thx

John


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Are you seeing the favicon displayed when viewing online?

In theory once the favicon.ico is at the root of your site it should be displayed on all pages.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

David,

Interesting , yes it is!, but when i look at the page in FW the Favicon Action is not associated with the page, which made me think it would not display so i did not check first.

John


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The favicon is stored in the Resources folder (although depending on your site setup this may also be with your HTML files) and is referenced from the code added to the head of the page.
Previewing the icons locally can be a hit and miss affair as some browsers (Safari for example) won’t display them unless the site is actually on a server.

If the icons aren’t showing up when viewed online check that the page is actually using the master that the Action is applied to and that the link code is getting written to the page head;

<link rel="shortcut icon" href="Resources/arrowLightGray.gif" type="image/gif">
<link rel="icon" href="Resources/arrowLightGray.gif" type="image/gif">

Regards,
Tim.

FreewayActions.com - Freeware and commercial Actions for Freeway Express & Pro - http://www.freewayactions.com
FreewayStyle.com - Free Freeway templates and parts to download, use and explore - http://www.freewaystyle.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Tim,

Ok Thanks

John


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options