i had to use this template edit to get it to work for me ...
Code:
<if condition="$bookmarksites">
<if condition="in_array($forum[forumid], array(x,x,x))">
<!-- social bookmarking links -->
<br />
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center">
<tr>
<td class="thead">$vbphrase[bookmarks]</td>
</tr>
<tr>
<td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td>
</tr>
</table>
<!-- / social bookmarking links -->
</if>
</if>
the way you have it in your template edit, makes the bookmarks show up outside (on top of) the table on my board.
thanks