I am very new to CMS made simple and web design. I am following the book to build my own template and style sheet. I am at the point of adding style to my menu but even though I typed it in exactly the way the book suggested, the site does not change. Can anyone tell me where the problem lies.
My non live web site is www.maryjaneparkerart.com/cmsms/
Menu problems
Re: Menu problems
You have a 2 word ID, no no...
Also you don't have a correct DOCTYPE, find a default template and copy the top of it or better yet create a new template and it will have most all you need in it, then just adjust the stuff in between ...
Also you don't have a correct DOCTYPE, find a default template and copy the top of it or better yet create a new template and it will have most all you need in it, then just adjust the stuff in between ...
Re: Menu problems
Also, your CSS entry for "#top-navi li" doesn't have a close brace.
Code: Select all
#top-navi li
{
list-style: none;
float:left;
Re: Menu problems
It looks like she got it working.