I found there is a strange code in the Links module's HTML source code.
Here is the code I found in my HTML source code about the Links module.
According to these code. This module will add additional row of the table. (the tr tag)
This causes additional space of my links.
Is there a easy to remove this row?
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td nowrap>
<a class="Normal" href="/LinkClick.aspx?link=http%3a%2f%2fcommunityserver.org%2f&tabid=36&mid=1725" target="_blank">Community Server</a>
</td>
</tr>
<tr> ????? Why additional row here?
<td>
</td>
</tr>
</table>