How to Import Links with a Unique ID Associated with Each Link

1. Select File (Link List mode only) -> Import -> HTML file.

2. Use the standard File Open dialog to browse for the file you want to import.

The HTML file must contain links in the following format:

 <html>
 <body>
 <a href="http://www.link-001.com/">ID1</a>
 <a href="http://www.link-002.com/">ID2</a>
 <a href="http://www.link-003.com/">ID3</a>
 </body>
 </html>

All the links will be added to the list with the ID in the Comment column.