Display alphabet letters horizontally
baudolino - May 7, 2005 - 04:48
| Project: | Node list |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Is it possible to render the alphabet letters horizontally, rather than a vertical list, as it is right now? It saves space, and it doesn't push the actual titles all the way down and leave the side bars at the top of the page.
Current behavior:
a
Article 1
b
Article 2
etc.
Proposed behavior:
a b c ... z (or spaced even more apart) - could not fit on an entire row though
a
Article1
b
Article2
etc.
It could be that the most flexible way to implement it would be via an admin setting option (checkbox) from /admin/settings/nodelist.
Anyone else interested in this?

#1
You mean like this? CSS will solve this problem. See http://drupal.org/node/21623 for details.
#2
Ok, great! That's exactly what I wanted. I suck at CSS, had no idea you could do it so simple.
Thanks for the tip! I'm marking this as a duplicate, but feel free to close it.