
I'm using version 1.2 barbados...
After watching the choc mint tutorial I created a template and css based from this site layout
http://www.powerbitwebdesign.com/test/f ... fred1a.htm and associated the template with the css. I also added the accessibility and cross-browser tools css to the template so the dfn stuff wouldn't show up.
I then took the simple_navigation.tpl file and imported with a new name... edited to remove the reference and called it in the template via {menu template='royal_main.tpl' number_of_levels='1'} which returned a smarty error. After a few minutes of searching the forums I discovered that it needs to be called like this instead: {menu template='royal_main' number_of_levels='1'}, but my navigation was still not correct and was also giving me a validator error regarding unclosed tag even though the original layout code was valid.
That led me to the discovery that my original css code was ul#nav and html was ul id="nav" wouldn't work with cmsms because it automagically inserted another ul after ul id="nav". So I changed ul#nav just to be #nav and got rid of the validator errors, but still the navigation was not looking correctly. While viewing source I noticed that there was a li class="currentpage" in the html but I couldn't figure out why it was there since I wasn't using anything other than the menu template I created and the accessibility css and neither has a reference to a li class of currentpage (at least not that I could see

So, after a few more minutes of frustration, it occurred to me to add the li selected class to my CSS file... which was essentially a duplicate of the ul#nav li a properties from the original css. Doing that worked.
After that, I went back and read documentation via the forums and some of the wiki's and found nothing (of course that could be attributed to my lack of proper search terms or investigation) that really related to how to form your css and html properly before you attempt to create a template and css file. I couldn't find anywhere that the li class= selected was being called from, cuz I can't see it in the simple_navigation.tpl file that I modified...so can anyone tell me where that is and what calls it?
Now, I have a workable upper level menu after a couple of hours http://www.powerbitwebdesign.com/cms/
Now my next problem would be this:
I would like a sub navigation menu like you would see here http://www.powerbitwebdesign.com/test/flex_royal/1.htm
on the page http://www.powerbitwebdesign.com/cms/in ... msms-works
How do I create a sub menu that works like http://www.powerbitwebdesign.com/test/flex_royal/1.htm using CMSMS for any page that is a subset of
http://www.powerbitwebdesign.com/cms/in ... msms-works
and looks like this subset http://www.powerbitwebdesign.com/test/flex_royal/1a.htm ?
Sorry to vent because I do believe CMSMS could be very workable for me if someone could enlighten me!

thanks