Click to See Complete Forum and Search --> : arranging links alphabetically


ricardo259
12-08-2003, 04:07 PM
i posted something similar a while back:

what is the best way of arranging three columns of links so that they are viewed in alphabetical order, allowing for additions to the list?

at present i have all the links in a table, arranged manually into alphabetical order. however this is a pain to maintain.

i know it is possible to sort alphabetically using some sort of javascript command, but can you sort within a table?

thanks

Khalid Ali
12-08-2003, 07:25 PM
there is no one command.
You will have to write javscript function to order them( which in reality will re write the whole thing)