I maintain several large tables containing hyperlinks to documents on my WA web site. Rather than attempting to edit the tables in HTML format I maintain them in excel and convert them to HTML (using ASAP-Utilities) and paste them into the HTML window on the website.
This works very well, the only tricky part is getting the DocId for the hyperlink URL. I use the format /Content/Documents/Document.ashx?DocId=xxxx . To get the DocId I usually build a link to the document and then examine its HTML code to extract the DocId number.
Is there an easier way to do this? If not, could you add a column to the Insert Document window to display the DocId number ??