Hi,
I am trying to change the value for the variable HomePageURL in the nav bar as I don't want it to link to index.html anymore I want it to link to a page called cat_index.html
I can find the relevant code in the layout (as shown below) but you can't right click on the HomePageURL variable and edit it that way nor can I find it when I look at Design -> Library -> Variables.
Where is it hiding? Does anybody know how I can edit this value?
I am trying to change the value for the variable HomePageURL in the nav bar as I don't want it to link to index.html anymore I want it to link to a page called cat_index.html
I can find the relevant code in the layout (as shown below) but you can't right click on the HomePageURL variable and edit it that way nor can I find it when I look at Design -> Library -> Variables.
Code:
<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>
Comment