Got it working myself and a great addition, if possible can you help with a little addition for me ?
I have :
Code:
<vb:if condition="$post['field5']"><dt> XBL Gamer-Tag :</dt> <dd>{vb:raw post.field5}</dd></vb:if>
<vb:if condition="$post['field9']"><dt>Clan Tag :</dt> <dd>{vb:raw post.field9}</dd></vb:if>
<vb:if condition="$post['field10']"><dt>Clan URL :</dt> <dd>{vb:raw post.field10}</dd></vb:if>
<vb:if condition="$post['field11']"><dt>Primary Game :</dt> <dd>{vb:raw post.field11}</dd></vb:if>
<vb:if condition="$post['field12']"><dt>Clan Team :</dt> <dd>{vb:raw post.field12}</dd></vb:if>
The
RED text, how would i put this in my code so it shows that text only in red ?
Also to have a space between each answer ?
Also when it shows in the postbit_legacy, where my answer is for CLAN URL, Can this be made clickable so people can click the clan URL and be directed to that site in another page ?
Cheers in advance