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
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
Comment