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)?
Or, if I want the entries across
album1 - album2 - album3
The print album menu does't have an option for an ordered list. If it had it would be documentated....
It's meant as a menu, did you ever see a menu that is numbered?...:-)
Just replace the ulin the menu with ol in the code if you want that....
[i]Or, if I want the entries across
album1 - album2 - album3[/i]
Ever heard of CSS?...:-)
Yes, heard of CSS but not for changing an UL list vertical to horizontal... I know a menu is normally bullet but because I have 11 albums {Page nav at bottom only shows 1-7 then ...). Listing vertically is pushing the Gallery image down too far and all my CSS attempts to get it back up on the #main are failing.