My demos probably just don't have the Page Title set for that page in DNN. You probably do not want to do that though. Unfortunately those titles are coded into the object, and I don't have a way to switch them off. Depending on your version you could either use the Replacements property : Replacements="title.*? = " Make sure you copy and paste the above statement as-is to get the needed space after the question mark. Or, if you are using version 3.0 of the navMenu you could also create a template that does not include that output. Keep in mind that having a title tag in your links is very good for SEO, and it may give you an opportunity to further describe the page the link goes to, but I can see where it would be annoying too. |