I've read through various post about trying to add link buttons to my navbar, but can't seem to get it quite right;
I tried using a brochure page & fragment, but I believe that this wont work for a simple link?
There is a "contact us" button on the navbar which as far as I can see works in the same way as what I'm looking for, so I've clicked on the button in design which takes me to "horizontal brochure nave bar" / "Horizontal brochure page list", the "click here to edit list layout settings" takes me to what I'm assuming is the code for the "contact us" button (in "overall design" / "end of list" );
<li>
<a href="<actinic:variable name="SendMailPageLink" />">Contact</a>
</li>
I've copied this directly below itself in "end of list" & replaced the <act.....ink" /> with the full url of the login page & with just login.html, but neither seem to work, either resulting in a blank centre page or page not found error......
Am I doing this in the wrong place or am I making a backside of the code?
Any advice appreciated.
I tried using a brochure page & fragment, but I believe that this wont work for a simple link?
There is a "contact us" button on the navbar which as far as I can see works in the same way as what I'm looking for, so I've clicked on the button in design which takes me to "horizontal brochure nave bar" / "Horizontal brochure page list", the "click here to edit list layout settings" takes me to what I'm assuming is the code for the "contact us" button (in "overall design" / "end of list" );
<li>
<a href="<actinic:variable name="SendMailPageLink" />">Contact</a>
</li>
I've copied this directly below itself in "end of list" & replaced the <act.....ink" /> with the full url of the login page & with just login.html, but neither seem to work, either resulting in a blank centre page or page not found error......
Am I doing this in the wrong place or am I making a backside of the code?
Any advice appreciated.
Comment