PDA

View Full Version : How Would I...


g0dfather1984
07-27-2010, 04:38 AM
Add it to say "NFL Team" before the image in this code on postbit legacy?

<dd><vb:if condition="$post['field67']"><img src="images/teams/{vb:raw post.field67}.gif" alt="NFL Logo" border="" /></vb:if></dd>

Sorry if this is confusing.

Xencored
07-27-2010, 07:09 AM
<dd><vb:if condition="$post['field67']">NFL Team <br /><img src="images/teams/{vb:raw post.field67}.gif" alt="NFL Logo" border="" /></vb:if></dd>

Would work not great coding tho :)