Hello,
This isn't menu problem. This problem with incorrect HTML code in your site template. Open index.php file of site template, find the next code:
Code: |
<div class="logo"><a href="http://www.pixelestudios.com"><img src="/cms/templates/px/images/logo.png" alt="Diseno Paginas Web Costa Rica - Pixel Estudios" style="float:left;"/><a/></div>
|
and use the following code:
Code: |
<div class="logo"><a href="http://www.pixelestudios.com"><img src="/cms/templates/px/images/logo.png" alt="Diseno Paginas Web Costa Rica - Pixel Estudios" style="float:left;"/></a></div>
|
In other words this code contains incorrect closed <a/> tag.
Regards,
ARI Soft