What should I do to position the menu on the centre of my web page??
... sorry if this question has been answered previously

Code: Select all
<ul id="mb79xhebul_table" class="mb79xhebul_menulist css_menu" style="width: 586px; height: 42px;">
Code: Select all
<ul id="mb79xhebul_table" class="mb79xhebul_menulist css_menu" style="width: 586px; height: 42px; margin-right: auto; margin-left: auto; display: block;">
Code: Select all
<div align="center">
<ul ....
...
</ul>
</div>