You have a rowspan="2" bit in the template, probably there for larger profile pictures, but for smaller profile pics, you see that space. Not really sure how you want to handle it, but if you take out rowspan="2" then you could add a third cell in the middle of the bottom row or use a colspan="2" bit:
Code:
<if condition="$show['profilepic']">
<td> </td>
</if>
Try setting border="1" in the following table bit so you can see and design the table as you'd like:
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%">