I have to make a page for club contacts. Is there a way to keep the members info alphabetized even as I add new members? Or will I have to keep doing it manually? Thanks.
Javascript can be used to sort html tables. I haven't got that far in my own understanding of javascript, but I suspect if you googled "javascript table sort" you'd come up with some useful examples.
Assuming of course your contact info is stored in a table...
If you do it with Javascript then anyone with Javascript disabled will see them in the wrong order. You would probably do better to use a server side scripting language to sort the entries before sending the page.