Here is what the code should look like...i took out the extra "if" ...it is just a copy error i made. You should be able to just copy and paste this code now,It should work perfect.let me know if you need more help. Thanks
<!-- gamercard -->
<if condition="$userinfo[field6]">
<div id="gamercard" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('gamercard')"><img id="collapseimg_gamercard" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">Gamercard</span>
</h4>
<div class="block_content" id="collapseobj_gamercard" style="">
<div class="alt1 smallfont block_row">Gamertag: $userinfo[field6]</div>
<div class="alt2" align="center">
<iframe src="http://gamercard.xbox.com/$userinfo[field6].card" frameborder="0" height="140" scrolling="no" width="204">$userinfo[field6]</iframe>
</div>
</if>
<if condition="$userinfo[gf_playstation]">
<div class="alt1 smallfont block_row">PSN Network Id: $userinfo[gf_playstation]</div>
<div class="alt2" align="center">
<a href="http://profiles.us.playstation.com/playstation/psn/visit/profiles/$userinfo[gf_playstation]" target="blank"><img src="http://fp.profiles.us.playstation.com/playstation/psn/pid/$userinfo[gf_playstation].png" frameborder="0" height="140" scrolling="no" width="204"></img></a>
</div>
</div>
</div>
</if>
<!-- / gamercard -->
|