http://rockymountainsummit.com is the site I am working on. I am motifying a template called minimal by Alex Sancho.
Basically I want the menu to be centered accross the top. Simple act I would think; text-align: center;.
However, that doesn't seem to be working. Would someone please check it out for me? Thanks.
**
Let me elaborate.
I have a Style that is entitled:
#navcontainer #navlist a:link, #navcontainer #navlist a:visited {
It has Float:left; in it.
If I remove this, the font formating for the menu changes, and the bottom boarder diappears; yet the text is in the right place and centered. Is there any command I can use to get the same effect as float left without losing text-align:center;?
If not, the last 3 styles in my style sheet:
http://rockymountainsummit.com/templ...mplate_css.css
The bottom section is called /* Menu Stylesheet */
If anyone could find a solution that gives the same effect, just centering the links I would REALLY appreciate it.