Hi,
This one has got me stumped!!!
On the home page of www.catcams.co.uk
Ive copied the number 1 best seller into the home page (I use the best sellers list for new items/press releases etc).
Works fine in IE and on the Ihpone, but in firefox the text is displayed red.
Any ideas?????
Ive set up a true or false variable called show best seller which is only true in the fragment on the home page.
The code is:
<actinic:block if="%3cactinic%3avariable%20name%3d%22Show%20Best%20Seller%22%20%2f%3e%20%3d%3d%20true">
<actinic:block type="BestSellersList" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3c%3d%201" >
<br>
<actinic:variable name="ProductImageLayout" />
<BR>
<br><H2>
<a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>">
<Actinic:Variable Name="ProductDescription"/>
</a><br>
<br></H2>
</actinic:block>
</actinic:block>
</actinic:block>
This one has got me stumped!!!
On the home page of www.catcams.co.uk
Ive copied the number 1 best seller into the home page (I use the best sellers list for new items/press releases etc).
Works fine in IE and on the Ihpone, but in firefox the text is displayed red.
Any ideas?????
Ive set up a true or false variable called show best seller which is only true in the fragment on the home page.
The code is:
<actinic:block if="%3cactinic%3avariable%20name%3d%22Show%20Best%20Seller%22%20%2f%3e%20%3d%3d%20true">
<actinic:block type="BestSellersList" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3c%3d%201" >
<br>
<actinic:variable name="ProductImageLayout" />
<BR>
<br><H2>
<a href="<actinic:variable name="SearchCGIURL" />?PRODREF=<actinic:variable name="ProductReference" />&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block>">
<Actinic:Variable Name="ProductDescription"/>
</a><br>
<br></H2>
</actinic:block>
</actinic:block>
</actinic:block>
Comment