Hi all, to get some 'previous and next section' links going on my pages I've copied and pasted the following code straight from the AUG:
<div style="float: left;">
<actinic:variable name="PrevNextSectionLink" value="Link to Previous Section" />
</div>
<div style="float: right;">
<actinic:variable name="PrevNextSectionLink" value="Link to Next Section" />
<div style="float: right;">
... and the text links appear as they should on the 'section' and 'product' pages (depending where I insert the div tag) - but upon clicking get the 'file not found' page.
In preview mode I'm aware that any links/images that are clickable start with the prefix 'P'. So 'P_titleofnextpage.html' is what i'd expect to see when hovering on my newly created links - however there is no 'P_' prefix - just the url of the next or previous page?
Hence when I export or import snapshots i get messages such as: "there are 102 coding errors" as my links are obviously broken.
Can anyone give me a pointer as to where I might be going wrong. I've followed the AUG to the letter best I can.
Thanks. Sean
<div style="float: left;">
<actinic:variable name="PrevNextSectionLink" value="Link to Previous Section" />
</div>
<div style="float: right;">
<actinic:variable name="PrevNextSectionLink" value="Link to Next Section" />
<div style="float: right;">
... and the text links appear as they should on the 'section' and 'product' pages (depending where I insert the div tag) - but upon clicking get the 'file not found' page.
In preview mode I'm aware that any links/images that are clickable start with the prefix 'P'. So 'P_titleofnextpage.html' is what i'd expect to see when hovering on my newly created links - however there is no 'P_' prefix - just the url of the next or previous page?
Hence when I export or import snapshots i get messages such as: "there are 102 coding errors" as my links are obviously broken.
Can anyone give me a pointer as to where I might be going wrong. I've followed the AUG to the letter best I can.
Thanks. Sean
Comment