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
<h3> Header tag being added to my top level navigation [SOLVED]
<h3> Header tag being added to my top level navigation [SOLVED]
Last edited by Charmie on Sun Mar 22, 2009 7:45 pm, edited 1 time in total.
Re: <h3> Header tag being added to my top level navigation
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
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
Last edited by RonnyK on Sun Mar 22, 2009 7:15 pm, edited 1 time in total.
Re: <h3> Header tag being added to my top level navigation [SOLVED]
It worked...thank you loads ;D


