Did you try it Per. It still holds left. I changed the css to test. I will upload the change if you want.
You have an extraneous ">" at the end of your .center declaration:
That is how the the help file states it verbatim., I just copied even though it did not seem right. I am learning, took it to be another form.
body {
width:100%;
}
.center {
width:50%; /* Here, for demo purposes, I used 50% quite arbitrarily... */
margin: 0px auto;
}
I tried that in css above but still hard left. I have seen dozens of requests for help with centering the menu. Some thing seems to fight it.
Thanks for help you haven't asked for your copy of Snippet. I am using it and it is a great help with this sort of thing.
I will see if I can break down the code to make it work. It does a good menu and in a grid seems to comply on compression. I can put it in the center of a grid system but I also want to put it in the center of a simple browser display. I hate re inventing the wheel.
I shall switch to compressive form elements. I Have a lot of work there but at least straight forward.
I have another menu designer, Not as useful but I can compare differences. Still it will help me learn a little more. Thanks again for your help.Still have not ruled out yours truly as the culprit.
The Guy from OZ