Announcement

Collapse
No announcement yet.

Help to links terms and site map to brochure page

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

    Help to links terms and site map to brochure page

    Hi

    on the brochure navigation i have i want to include the terms page and the site map i have tries linking to info.html but unable to find this for the terms.

    Both pages are there with all the content in but can anyone tell me how i can link these please

    #2
    Are you linking to /acatalog/info.html and /acatalog/stiemap.html?

    You should be able to use the Actinic Variables:

    Code:
    <a href="<actinic:variable name="SiteMapPageURL" />"><actinic:variable name="SiteMapText" /></a>
    and

    Code:
    <a href="<actinic:variable name="InfoURL" />"><actinic:variable name="InfoText" /></a>

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      I cant do this as this is a brochure page

      Comment


        #4
        Does this help?:
        http://community.actinic.com/showthread.php?t=45377
        Last edited by KB2; 22-Mar-2010, 10:16 AM. Reason: Updating kb links

        Comment


          #5
          I have figured this

          I just added

          <div class="dotted_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>
          <ul class="products"><li><a href="<actinic:variable name="InfoURL" />"><actinic:variable name="InfoText" /></a></li></ul>

          Comment

          Working...
          X