Announcement

Collapse
No announcement yet.

Navigation Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Navigation Link

    Hello,

    What is the best method to create a link in the main page navigation to something other than a brochure page?

    I'm wanting to link to a part of the site that's not related to Actinic.

    Thanks


    #2
    Hi there

    If you are wanting to create link to a page outside of Actinic within the navigation at the top of the page, you are going to need to edit the template and get into the html.

    If you edit act_primary.html (found in you're site1 folder) with notepad, this is the overall template for the shop part of you're site.

    If you then search for NETQUOTEVAR:FOOTERGUIDE (this is the variable that brings in the top navigation) then you can place you're own link next to this...

    The following line -

    <a href="http:// url of the target"> Click here </a>

    would give you a 'click here' text link, change url of the target to be the webpage you want to take people to.

    Hope that helps

    Comment

    Working...
    X