New to this wonderful cms and programming in general. So please help. I tried already searching for a solution but not to avail
What i'd like to do is to get my menu template to generate this kind of list with parent elements wrappwed in .. elements So output would look like this:
HOME
First
Second
CONTACT
Address
Form
And html like this:
HOME
First
Second
...
This menu could always stay open like that and desn't need to go deeper than first child of the parent. So a very basic menu. I tried to achieve this via css as well but the way I want it to look just needs those elements.
I'v gotten some so and so resuts myself but nothing closely resembling this. There must be an easy solution to this


