Page 1 of 1

<h3> Header tag being added to my top level navigation [SOLVED]

Posted: Sun Mar 22, 2009 4:50 pm
by Charmie
Hi,

I know this is simple but can't seem to solve it.
Can anyone tell me how to remove the Header tag that is being added to my template?

I created a design and used this as I just wanted a simple no css menu.
{menu template='simple_navigation.tpl' number_of_levels='1'}

Yet when displayed the current page is displayed on top of the other menu items, due to this inserted .
It is not in my style sheet and have no idea where it is coming from.

My site can be viewed here:
www.christchurchnorthfinchley.co.uk

At the moment only the home page works as there is a problem with the pretty URLs.

======================================


Current page is 1: Christ Church
2: Christianity
3: Sermons & thoughts
4: Beliefs
5: Praise Worship
6: Special occasions
7: Contact Us
8: Buildings

======================================

Please someone help
Thanks

Re: <h3> Header tag being added to my top level navigation

Posted: Sun Mar 22, 2009 7:13 pm
by RonnyK
It comes form the menu-template used. You can change that in the MenuManager.

To do so, import from the file-templates the simple_navigation.tpl, give it some name. Then change it on the db-templates.

Change the call afterwards in the page-template, to call "your-menu-template" without the ending .tpl as that is only required for file-templates.

Ronny

Re: <h3> Header tag being added to my top level navigation [SOLVED]

Posted: Sun Mar 22, 2009 7:43 pm
by Charmie
It worked...thank you loads   ;D