printAlbumMenu("`list`","count","album_menu","album_menu_active","album_menu_sub","album_menu_sub_active"); ?>
"list" (ul) is an unordered list but not sure what the syntax to use to replace "list" in the code an ordered list (ol)?
1. album1
2. album2
3. album3
Or, if I want the entries across
album1 - album2 - album3
Comments
It's meant as a menu, did you ever see a menu that is numbered?...:-)
Just replace the `ul`in the menu with `ol` in the code if you want that....
Or, if I want the entries across
album1 - album2 - album3
Ever heard of CSS?...:-)
And there are lots of internet resources about vertical menus using lists.