Yeah, that's the only thing thats bug me about this code is the whole noticable link thing.
This will underline the gamers tag
Code:
<!-- ##### START HACK - Gamertag Info ##### -->
<if condition="$post[field8]!=''">
<div id="gamertagpostmenu_<if condition="THIS_SCRIPT == 'private'">99<else />$post[postcount]</if>"><b>Gamertag:</b> <u>$post[field8]</u><script type="text/javascript"> vbmenu_register("gamertagpostmenu_<if condition="THIS_SCRIPT == 'private'">99<else />$post[postcount]</if>", true); </script>
</div>
<div class="vbmenu_popup" id="gamertagpostmenu_<if condition="THIS_SCRIPT == 'private'">99<else />$post[postcount]</if>_menu" style="display:none">
<iframe src="http://gamercard.xbox.com/$post[field8].card" scrolling="no" frameBorder="0" height="140" width="204"></iframe>
</div>
<br />
</if>
<!-- ##### END HACK - Gamertag Info ##### -->