Announcement

Collapse
No announcement yet.

Linking to Internal pages

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

    Linking to Internal pages

    I am having difficulty in creating hard coded links for pages that are generated by Actinic.

    I created a new brochure page called contact us and actinic created this page as contact_us.html.

    The problem is that this page does not seem to exist in the site folder so when I create my link it cannot seem to find this page

    the code I have created to link to it is <a href="contact_us.html">Contact Us</A>

    Thanks for any help

    #2
    Hi there,

    This page only gets generated in the following folder: "C:\Program Files\Actinic v7\Sites\Site1\SiteHTML". You example will work once you have uploaded it to the site. As all files gets uploaded into the /acatalog/ folder.

    When you do a preview, all the html files that you view have a P_ prefixed to the beginning part of the page. So if you do want to test it in preview mode, try P_Contact_us.html instead.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks

      Tried that and that works great.

      thanks for your help

      Comment

      Working...
      X