Hot answers tagged links-list
1
Add a column to the Links list. In this column enter the category for each link. Then create a list view that is grouped by the category.
Edit after clarification:
I see several possible approaches without involving code:
use several list view web parts side by side, filtering only on the categories you want to display
use a DVWP with a table structure ...
1
Assuming you're using the Summary Link Web Part.
Create three groups with the correct header names. Reorder the links to go under the correct headers.
If you're using the "My Links" on MySite, it's almost the same approach. There's groups for the links there as well, which will show as headers in the web part
1
I found the source and solution of the problem. The source is a in line 563 of 14\TEMPLATE\FEATURES\LinksList\List\schema.xml:
<td style="padding-bottom: 5px" class="ms-vb"><img src="/_layouts/images/square.gif" alt="" /> </td>
I'm not sure what that  : is doing there but adding nowrap="nowrap" to the first td ...
Only top voted, non community-wiki answers of a minimum length are eligible