In some occasions you could use an IF statement if needed, leaving the field invisible when nothing was filled in:
Code:
<if condition="$userinfo['field14']">
<div align="center">$userinfo[field14]</div>
</if>
or
Code:
<if condition="$userinfo['field14']">
<div align="center">$userinfo[field14]</div>
<else />
Show a shiny picture..
</if>
just play around with it a bit