Demo:
www.extreme-gamers.org
I have a dummy account for the site:
Username: guest
Password: password
------------------------------------------------------------------------------------------------------------------
You can also put the code in like this: (this is how it is on my site)
Code:
<if condition="$post[fieldXX] != ''"><center><b>My Favorite PC Game:</b></center></if>
<div align="center">
<if condition="$post[fieldXX] != ''"><img src="images/favgame/$post[fieldXX].png" title="$post[fieldXX]" align="center" border="0"/></if>
</td>
it takes the spacing out and makes "My Favorite PC Game" bold
------------------------------------------------------------------------------------------------------------------