I have 25 links in one page. I present them in two rows.
I present them like this:
link1 - link2 - link3 - ...
link12 - .... link25
If they have priorities between each other I would present them in a tag cloud. But nearly all of the links have same priority.
What would be the better ways to present links in more human readable format?
I tried this:
<span>link1<span> <code>link2</code> <span>link3<span> <code>link4</code> etc..
Edit: They can’t be more subgrouped. This is minimized version.
Links expresses country names, person names, book titles etc.
I don’t plan to subgroup them.
For example:
“Australia” “Der Kampf” “Michael Jackson” “Grapes of Wrath Madonna”
Design is to user select a title with selective perception. So to trigger user’s perception I plan to put them in one paragraph.
After some tryouts I have found out that best approach is using button links.
Anchor texts became button titles and buttons link to the URLs.
Main advantage is easily changing button colors (twitter bootstrap) and I don’t need to be curious about the end of the line.