Best thing to do, especially because it has two columns of information, is use a table. You can set the width:auto and the border-style:none [or 0px, I forget off the top of my head] and it won’t look like a table.
You could set two columns to float:left and call an ol of the links in one and an ol of the links in the other with list-style-type/image:none, but the likelihood of a tiny rendering mistake elsewhere on the page goofing it up is infinitely higher than using a table–the data is linked in pairs, and won’t be moved separately; the whole table would be in that case.
Cheers!
thanks for the reply.
Seems like it might be best just to have a continuing sentence with the links, rather than trying to create columns.
Jane