Problem with Header Nav.

Permalink
Hello.

I used the code below to show the navigation menu in a theme I'm porting but I'd like it to be horizontal instead of vertical, how do I change it?

Here's the code I've used.

<?php
$a = new Area('Header Nav');
$a->display($c);
?>

 
Krizz replied on at Permalink Reply
Almost 2 weeks without a single reply? What is this. The C5 community is starting to look bad in my perspective. When I can't get help with this simple question.
chunksmurray replied on at Permalink Reply
chunksmurray
Hi Kirzz,

The autonav code produces a simple UL list. So what you will need to do is add/change the CSS to display the LI's as inline.

A couple of examples:
http://css.maxdesign.com.au/listamatic/horizontal01.htm...
http://www.alistapart.com/articles/taminglists/...

Hope that helps!
Mnkras replied on at Permalink Reply
Mnkras
if you go to the page default

Dashboard->Pages and Themes->Page Types->Defaults

and click on the header nav area and click custom templates i believe there is already one made