Hi all,
can someone tell me how I can get that navigation in the center ...
<!-- m --><a class="postlink" href="http://www.bobbysmiles.com/tmp/test.htm">http://www.bobbysmiles.com/tmp/test.htm</a><!-- m -->
(I'm just starting with CSS)
cheersThis seems to work:
#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
width: 486px;
margin-left: auto;
margin-right: auto;
}hmm, it's not centered like that
can someone tell me how I can get that navigation in the center ...
<!-- m --><a class="postlink" href="http://www.bobbysmiles.com/tmp/test.htm">http://www.bobbysmiles.com/tmp/test.htm</a><!-- m -->
(I'm just starting with CSS)
cheersThis seems to work:
#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
width: 486px;
margin-left: auto;
margin-right: auto;
}hmm, it's not centered like that