Page 1 of 1

Menu layout

Posted: Fri Jun 13, 2008 7:57 am
by ammvd
Hi all,

At first of all, I'd like to introduce myself as I'm a new CMSMS user :)

My name is Arjan and I live in the Northern of The Netherlands. I have quitte some experience in HTML / CSS coding, and I finaly found a CMS wich lets me do my own html / CSS in an easy way, great job DEV team!

I have a little problem with my site (In devlopment). I'm making a total new template, based on own CSS / HTML code. At first of all, i wanted to position the menu with the {Menu} TAG. So far, so good.

But when I preview the site, I've noticed that CMSMS adds some text to the menu:

"Current page is 1: Home"

Is there a way to remove this?

Thanks alot!!

Re: Menu layout

Posted: Fri Jun 13, 2008 2:53 pm
by Loopy
Have a look at this post it might help:

http://forum.cmsmadesimple.org/index.ph ... 091.0.html

Re: Menu layout

Posted: Fri Jun 13, 2008 4:36 pm
by Dr.CSS
Arjan

Look in the default Accessory and cross browser stylesheet for the dfn call and copy that into your CSS...

The dfn is for blind/screen reader users and some places require them by law...

Re: Menu layout

Posted: Mon Jun 16, 2008 7:35 am
by ammvd
Thanks alot guys! It wordked out well :)