I am using views to display all my node titles for a certain type in a glossary. My node titles are people's names and I am using HTML to display a list of fields once you click on the letter you want displayed. The list looks like this:
A
B
C
D
etc.
If you click on D, you get:
A
B
C
D
etc.
1. Doe, John, blah, blah
2. Doe, Sam, blah, blah
I want it to display like this:
A | B | C | D | etc.
1. Doe, John, blah, blah
2. Doe, Sam, blah, blah
I was able to find the item-list and tell it to float left and this is what I got:
A | B | C | D | etc. 1. Doe, John, blah, blah
2. Doe, Sam, blah blah
It is almost perfect, but I want #1 to go back where it was. How can I put a break in ?
Read »








