I want to align the SolPart menu to center of the page and I try to do a lot of things but don´t get it yet...so any help is usefull
I try to put the [MENU] in a single table and align the table to center = doesn´t work!!
I try to call a class .menu and align it to center = doesn´t work!!
I try to align the text of the table to center = doesn´t work!!
I try to align the text with css class = doesn´t work!!
So I do a lot of things and don´t get the problem.... please send some help...I´m getting furious with that MENU...LOL !!
Paste some HTML code for help:
<table width="900" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2" align="center">[MENU]</td>
</tr>
</table>
And the CSS:
.menu {
background-color: #FFFFFF;
align: center;
}
Can anyone help me with this??
Thanks!!