Viewing 2 replies - 1 through 2 (of 2 total)
  • 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!

    Thread Starter redbourn

    (@eagerwatcher)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align columns of text’ is closed to new replies.