Hello,
I am trying to add two more buttons top he top nav bar. I have them made. I am trying to use variables because i want them throughout the whole site. See snapshots. The code is showing on the page. I created a layout as follows:
<a href="<actinic:variable name="PortfolioPageURL" />" target="_self" onmouseover="SwapImage('nav_portfolio','button_portfolio_highlight.gif')" onmouseout="RestoreImage()"><img src="button_portfolio.gif" alt="<actinic:variable name="LoginText" />" border="0" name="nav_portfolio" /></a>
Thes is showing in the preview along with the portfolio button.
I am trying to add two more buttons top he top nav bar. I have them made. I am trying to use variables because i want them throughout the whole site. See snapshots. The code is showing on the page. I created a layout as follows:
<a href="<actinic:variable name="PortfolioPageURL" />" target="_self" onmouseover="SwapImage('nav_portfolio','button_portfolio_highlight.gif')" onmouseout="RestoreImage()"><img src="button_portfolio.gif" alt="<actinic:variable name="LoginText" />" border="0" name="nav_portfolio" /></a>
Thes is showing in the preview along with the portfolio button.
Comment