printAlbumMenu - other options

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

  • acrylian Administrator, Developer
    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 `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?...:-)
  • 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.
  • acrylian Administrator, Developer
    Why don't you place the menu in a kind of sidebar then?

    And there are lots of internet resources about vertical menus using lists.
Sign In or Register to comment.