Hi,
I am currently using the Actinic to modify my existing website that was designed with Actinic and used a bestoke template.
Now I am trying to use one of the standard themes (but cannot advice which one as the selection under Design > Themes has moved to Uses Advance Settings).
I have modified the existing button_home.gif to show a different colour text and saved the new version in the exact same location, C:\Program Files\Actinic v8\Sites\Site1, and renames the file button_home_2.
I have then gone to Design > Library > Navigation Icons and double clicked on Home Image Navigation Button. Within the coding that appears I have changed the text from:
<a href="<actinic:variable name="HomePageURL" />" target="_self" onmouseover="SwapImage('nav_home','button_home_highlight.gif')" onmouseout="RestoreImage()"><img src="button_home.gif" alt="<actinic:variable name="HomeText" />" border="0" name="nav_home" /></a>
to:
<a href="<actinic:variable name="HomePageURL" />" target="_self" onmouseover="SwapImage('nav_home','button_home_highlight.gif')" onmouseout="RestoreImage()"><img src="button_home_2.gif" alt="<actinic:variable name="HomeText" />" border="0" name="nav_home" /></a>
Within this window I click 'Apply', close the window, close the next window and click 'Apply' on the main Actinic design window.
No changes are appearing!!!
I have viewed the page within Firefox and confirmed the changes have not taken affect.
Can anyone advise how to resolve this problem?
Regards,
Trev
I am currently using the Actinic to modify my existing website that was designed with Actinic and used a bestoke template.
Now I am trying to use one of the standard themes (but cannot advice which one as the selection under Design > Themes has moved to Uses Advance Settings).
I have modified the existing button_home.gif to show a different colour text and saved the new version in the exact same location, C:\Program Files\Actinic v8\Sites\Site1, and renames the file button_home_2.
I have then gone to Design > Library > Navigation Icons and double clicked on Home Image Navigation Button. Within the coding that appears I have changed the text from:
<a href="<actinic:variable name="HomePageURL" />" target="_self" onmouseover="SwapImage('nav_home','button_home_highlight.gif')" onmouseout="RestoreImage()"><img src="button_home.gif" alt="<actinic:variable name="HomeText" />" border="0" name="nav_home" /></a>
to:
<a href="<actinic:variable name="HomePageURL" />" target="_self" onmouseover="SwapImage('nav_home','button_home_highlight.gif')" onmouseout="RestoreImage()"><img src="button_home_2.gif" alt="<actinic:variable name="HomeText" />" border="0" name="nav_home" /></a>
Within this window I click 'Apply', close the window, close the next window and click 'Apply' on the main Actinic design window.
No changes are appearing!!!
I have viewed the page within Firefox and confirmed the changes have not taken affect.
Can anyone advise how to resolve this problem?
Regards,
Trev
Comment