I'm trying to add a new button which I can specify the url for on my top navigation bar, pref next to the home page button. Please can someone demonstrate what I should do and on which layouts I need to amend? Ta
Announcement
Collapse
No announcement yet.
Add new button on the navigation
Collapse
X
-
In design tab mode click onto the hompeage button ... the code beneath will change ... navigate up to the next layout (the yellow swirl in to code window) and you should see a layout called something like "Horizontal Nav Bar Images" .. or similar depending on the layout in force.
Here you will see a list of pink layouts such as
Home Image Navigation Button
Up A Level Navigation Button
.. etc
you can place your code for the new button directly after the green /block if after the first homepage layout
-
In plain HTML eg:
<a href="http://www.site.com"><img src="my_picture.jpg" alt="my link" /></a>
You will need to add a copy of the image into the PreviewHTML sub-folder and into the "additional files" list inside Actinic.
If being used on all page may be as well to specify the exact path on the server to the image so it works at all levels.
Comment
Comment