<style> a.external-link { background: url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/forum_link.gif) top right no-repeat; padding-right: 20px; } </style> <script> $(function(){ var guild = 'GuildID=' + getGroupId(); $('.MessageBodyCell1 a').each(function(){ if (this.href && !this.href.match(guild)){ $(this).addClass('external-link').attr('target','_blank'); } }); }); </script>
.external-link:link { color: #ffcc00; } .external-link:hover { color: #ffffff; } .external-link:visited, .external-link:active { color: #ff8800; }