Amanda, if you use v.3.0.2 then the category description is automatically displayed.
To change the links order, open browse.php then edit line 80
PHP Code:
$links_obj->query = "select * from idx_link where category_id = '$cat' order by bid desc";
Change "order by bid desc" to other field name,
eg.:
PHP Code:
$links_obj->query = "select * from idx_link where category_id = '$cat' order by title";
In order to change alphabetically for each day ....hmm you should create a code that generate
the sql sintax daily.