Hi there,
I use the credit card sidebox by Kuroi http://www.zen-cart.com/index.php?ma...roducts_id=156
but its seems to be causing a problem with the w3c validator. When I view page source it gives me;
<!--// bof: ccaccept //-->
<div class="leftBoxContainer" id="ccaccept" style="width: 150px">
<h3 class="leftBoxHeading" id="ccacceptHeading">We Accept ...</h3>
<div id="ccacceptContent" class="sideBoxContent">
</div>
<img id="ccVisa" class="cc_img" src="images/cc_logos/logo_ccVisa.gif" />
<img id="ccAmex" class="cc_img" src="images/cc_logos/logo_ccAmex.gif" />
<img id="ccMC" class="cc_img" src="images/cc_logos/logo_ccMC.gif" />
<div id="ccacceptContent" class="sideBoxContent">
</div>
</div>
<!--// eof: ccaccept //-->
The fact that the highlighted div id appears twice causes problems for the validator. Apparently "an "id" is a unique identifier. Each time this attribute is used in a document it must have a different value."
I've looked through the files which make up the mod but can't see where it's all coming from. Can anyone more knowledgable than me tell me what I need to do?
Many thanks




