I have tried to tidy up some HTML mistakes, and have a question about the following error"


... anchor "..." already defined
Cause:

An anchor with the same name is already defined. Each anchor should be unique.
Solution:

Choose another name for the anchor or modify the previous one.
Sample:

<form> anchor "my_form" already defined

This relates to the following text (marked in red)

<!--// bof: currencies //-->
<div class="leftBoxContainer" id="currencies" style="width: 150px">
<h3 class="leftBoxHeading" id="currenciesHeading"><label>Currencies</label></h3>
<div id="currenciesContent" class="sideBoxContent centeredContent"><form name="currencies" action=
As it is part of a PHP file, I am not sure if I can change this to say 'form1' or alike. http://www.inekesfashions.com.au/shop/

Thanks,

Goshawk