Not sure if this is a bug or not but if you create a button with a link to a section e.g.
<a href="SectionUrl.html" target="_self" class="link_menu">SectionText</a>
When you come to do a full preview the preview does not work because the link is going to P_SectionUrl.html.
Why does the preview insist on prefixing everything with P_ - this is very annoying !
I assume this is the way you are supposed to create links to your sections?
<a href="SectionUrl.html" target="_self" class="link_menu">SectionText</a>
When you come to do a full preview the preview does not work because the link is going to P_SectionUrl.html.
Why does the preview insist on prefixing everything with P_ - this is very annoying !
I assume this is the way you are supposed to create links to your sections?