Is there another way to sort the menu items. It seems to be sorted how the items are inputed. The only way I can change the sort is to export, change sql, delete table, and recreate table. I tried to edit the default.asp to sort (ORDER BY) itemid. But I cant get the query right. Here is the line (line 124 from default.asp) I am trying to edit:
Code: Select all
query="select * from "&table_prefix&"items where menuid="&rs2("menuid")
Second Question
I have dotted borders. In the js version, I see dots in both IE & FF. In the db version, I see dots in just IE and not FF. Any ideas
JS version
DB version