Hi,
Is there any way to format the printalbummenu function so that it creates a horizontal navigation list, rather than a vertical list?
Thanks!
one other question-
I have the following code as another way to make a horizontal nav menu. How could I make it so the last menu title doesnt have the "|" character on it? ex of how it currently looks: 1 | 2 | 3 | 4 |
`
" title="View album: "> |
`
When I inserted the statement as:
`
"> |
`
it printed an endless navigation list (browser crash, oops)
How would I write that correctly, so it inserts a | only if there is another album?
This I know I wrote incorrectly, but improving on understanding..
`
"> |
`
Thanks for your help!
this is the final code i used
``
thank you so much for your help