Quote:
Originally Posted by betts02
<vb:if condition="$post['field5']"><tr><td class="vbmenu_option">
<iframe src="http://gamercard.xbox.com/{vb:raw post.field5}.card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></td></tr></vb:if>
<vb:if condition="$post['field5']"><img src="http://avatar.xboxlive.com/avatar/{vb:raw post.field5}/avatar-body.png" align="right" width="150" height="300"/></vb:if>
I want to include both of these to use tabs 2 and 3
Then i understand the text input side of it cheers
|
Code:
<vb:if condition="$post['field2']"><tr><td class="vbmenu_option">
<iframe src="http://gamercard.xbox.com/{vb:raw post.field2}.card" scrolling="no" frameBorder="0" height="140" width="204"></iframe></td></tr></vb:if>
<vb:if condition="$post['field3']"><img src="http://avatar.xboxlive.com/avatar/{vb:raw post.field3}/avatar-body.png" align="right" width="150" height="300"/></vb:if>
However I don't like to use TD code in vB4, I prefer css in DIV's so you could wrap it in a <div style=" or <div class="