U could do that by using only <img src="$awardsp[url]" alt="$awardsp[name]"> in the awards template. Then it will display all the awards near eachother without the name, however the way u want it u need to add $post[hasaward] between <td> </td> in the postbit.
Example to put in the postbit instead of $post[hasaward]:
PHP Code:
<td width="100" valign="middle" nowrap>$post[hasaward]</td>
U probably must change the width...