George,
Just noticed a subtle difference in the code on your site.
The anchor on your site is creating a link likey so:-
<a name="a1463"><b>Samoa Badge (FA)</b></a>
however it should look like this:-
<a name="a1463"><a/><b>Samoa Badge (FA)</b>
I am assuming the anchor hasn't been closed in the correct place within Actinic, make sure you have the </a> straight after <a name="<Actinic:Variable Name="EncodedProductAnchor"/>">. You will need to move the closing tag that is presumably after the product description in the layout.
Perhaps this is confusing the display in Actinic and making it think there actually is no anchor.
Just noticed a subtle difference in the code on your site.
The anchor on your site is creating a link likey so:-
<a name="a1463"><b>Samoa Badge (FA)</b></a>
however it should look like this:-
<a name="a1463"><a/><b>Samoa Badge (FA)</b>
I am assuming the anchor hasn't been closed in the correct place within Actinic, make sure you have the </a> straight after <a name="<Actinic:Variable Name="EncodedProductAnchor"/>">. You will need to move the closing tag that is presumably after the product description in the layout.
Perhaps this is confusing the display in Actinic and making it think there actually is no anchor.
Comment