Hello everyone
sorry for my English and sorry i really don’t know how to ask this question
i have added a new module position to JA Antares
like this
<!– begin bottom menu –>
<div id=”ja-botnav-wrap” class=”clearfix”>
<div id=”ja-botnav”>
<?php mosLoadModules(‘bottom’); ?>
</div>
</div>
<!– End Bottom menu –>
and published the other menu in bottom position that works
but when i see the html code it shows like this
<!– begin bottom menu –>
<div id=”ja-botnav-wrap” class=”clearfix”>
<div id=”ja-botnav”>
<table cellpadding=”0″ cellspacing=”0″ class=”moduletable”>
<tr>
<td>
<ul id=”mainlevel-nav”>
<li><a href=”lik1″ class=”mainlevel-nav” >News</a></li>
<li><a href=”link2″ class=”mainlevel-nav” >Liens</a></li>
</ul>
</td>
</tr>
</table>
</div>
</div>
<!– End Bottom menu –>
[FONT=”Arial Black”]WHY IS THERE THE TABLE ??[/FONT] :confused:
Any body can please tell me ?
thanks