One of our websites www.gardengames.co.uk uses fragments to link to products in sections where we want the product to appear twice - we did this to avoid having duplicate content on our site.
I wanted to replicate this on www.sportsballshop.co.uk for the same purpose but am having difficulties getting the layout to look right - I want it to look as though the product is there, then when you click on it it takes you through to the product which is in one location only.
The page I have started doing this on is: http://www.sportsballshop.co.uk/acat...Footballs.html
As you can see, the three 'ball bags' at the bottom do not appear correctly and are not even linking to the section I specified in the links tab on the fragment.
The layout code this is currently using is:
<actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20%21%3d%20%22%22" >
<a name="<actinic:variable name='FragmentAnchor' />"></a>
</actinic:block>
<div style="width: 150px; cellspacing="0" cellpadding="3" border="0">
<img src="<actinic:variable name="FragmentImageFileName" />"
alt="<actinic:variable name="FragmentTitle" />"
title="<actinic:variable name="FragmentTitle" encoding="strip" />"></div>
<div style="width: 150px; cellspacing="0" cellpadding="3" border="0">
<actinic:variable name="FragmentTitle" />
</div>
If anyone can help I would be so grateful - the code our other site uses is really super customised and complex so I couldn't figure out how to translate it to this site - if anyone is interetsed in seeing the code the other website uses then Id be happy to send that across
I wanted to replicate this on www.sportsballshop.co.uk for the same purpose but am having difficulties getting the layout to look right - I want it to look as though the product is there, then when you click on it it takes you through to the product which is in one location only.
The page I have started doing this on is: http://www.sportsballshop.co.uk/acat...Footballs.html
As you can see, the three 'ball bags' at the bottom do not appear correctly and are not even linking to the section I specified in the links tab on the fragment.
The layout code this is currently using is:
<actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20%21%3d%20%22%22" >
<a name="<actinic:variable name='FragmentAnchor' />"></a>
</actinic:block>
<div style="width: 150px; cellspacing="0" cellpadding="3" border="0">
<img src="<actinic:variable name="FragmentImageFileName" />"
alt="<actinic:variable name="FragmentTitle" />"
title="<actinic:variable name="FragmentTitle" encoding="strip" />"></div>
<div style="width: 150px; cellspacing="0" cellpadding="3" border="0">
<actinic:variable name="FragmentTitle" />
</div>
If anyone can help I would be so grateful - the code our other site uses is really super customised and complex so I couldn't figure out how to translate it to this site - if anyone is interetsed in seeing the code the other website uses then Id be happy to send that across
Comment