hi all
i have recently changed my section links within box to the following
I am now having problems with the fact that it is now doubling up the sections on the actual page so the section box will have the same section box right underneath it.
I have looked in the aug and searched the forum and checked the coding but cannot see anything. any help would be really appreciated
i have recently changed my section links within box to the following
Code:
<style type="text/css">
<!--
a {
font-family: Tahoma;
font-size: 12px;
color: #3E1E20;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #3E1E20;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
}
.style48 {font-size: 9px; }
-->
</style>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductFormUsed%22%20%2f%3e" >
<form method="post" action="<actinic:variable value="Shopping Cart Script URL" name="OnlineScriptURL" />">
<input type="hidden" name="SID" value="<actinic:variable name="SectionID" />" />
<input type="hidden" name="PAGE" value="PRODUCT" />
<input type="hidden" name="PAGEFILENAME" value="<actinic:variable name="SectionPageName" />" />
<Actinic:SECTION BLOB='<actinic:variable name="SectionCatFile" />'/>
<actinic:block if="%3cactinic%3avariable%20name%3d% 22IsHostMode%22%20%2f%3e" >
<!-- Hidden field when in trial mode -->
<input type="hidden" name="SHOP" value="<actinic:variable name="HiddenFields" />" />
</actinic:block>
</form>
</actinic:block>
<table width="270" height="220" align="center" cellpadding="0" cellspacing="0" bordercolor="18d174" background="file:///C|/Program Files/Actinic v8/Sites/Site1/productbox.gif" bgcolor="#FFFFFF" class="thinborder1">
<tr>
<td height="10" colspan="3" align="left"><span class="boxheading"> </td>
</tr>
<tr>
<td width="10" height="10" align="left"> </td>
<td width="271" align="left">
<a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" >
<actinic:variable name="SectionPageName" />
</actinic:block>
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" >
<actinic:variable name="SectionURL" />
</actinic:block>
" >
<actinic:variable name="SectionName" />
</a></font> </td>
<td width="7" align="left"> </td>
</tr>
<tr>
<td height="162" colspan="3">
<table height="155" border="0" cellpadding="10" cellspacing="0">
<tr>
<td height="39" colspan="3" valign="top"><div align="justify" class="style48">
<actinic:variable formatting="font(Name|Tahoma|Size|9|Color|000000)" encoding="actinic" name="SectionDescription" />
</div></td>
</tr><tr>
<td width="115" height="116" valign="top">
<div align="center"><img src="<actinic:variable name="SectionImageFileName" />" alt="<actinic:variable name="SectionName" encoding="strip"/>" width="115" height="92" border="0" align="absbottom"/> <br />
</div></td><td width="124" height="116" align="left" valign="top"> <div align="right" class="style48">
<actinic:variable name="RRP" /><br />
<actinic:block type="ProductList" >
<actinic:block type="PriceList" >
<actinic:variable name="PriceLayout" /><br />
<actinic:variable formatting="font(Name|Arial|Size|12|Color|ff0000),bold" name="Save" />
</actinic:block>
</actinic:block>
</div><br /><div align="right"><span class="style48"><a href="<actinic:block if=" %3cactinic%3avariable%20name%3d%22isloginpagesuppressed%22%20%2f%3e%20and%0d%3cactinic%3avariable%20name%3d%22unregcustomersarenotallowed%22%20%2f%3e="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e"></a>
</span>
<a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" >
<actinic:variable name="SectionPageName" />
</actinic:block>
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" >
<actinic:variable name="SectionURL" />
</actinic:block>
" target="_self">
<img src="morelarge.gif" alt="<actinic:variable name="SectionName" encoding="strip"/>" border="0" align="absbottom"/> </a> </div></td>
</tr>
</table> </td>
</tr>
</actinic:block>
</table>
</p>[/SIZE]
I have looked in the aug and searched the forum and checked the coding but cannot see anything. any help would be really appreciated
Comment