Here's the code I tried:
QUOTE
LASTN_WEBSITE<=
<style type="text/css">
<!--
table table table table .meta {visibility:hidden;position:absolute;top:1px}
table table table table table .meta {visibility:visible;position:relative;top:1px}
-->
</style>
<tr><td colspan="5" width="100%">
<table style="float:right" cellspacing="0" border="0" cellpadding="0">
<tr><td class="meta">
<a href="http://URL" target="_blank">URL</a> &
<a href="http://URL" target="_blank">URL</a> &
<a href="http://URL" target="_blank">URL</a> &
<a href="http://URL" target="_blank">URL</a>
</td></tr></table></td></tr>
<=LASTN_WEBSITE
lookwise it's fine but the weird thing is that when I click the link nothing happens. They kinda "move" together but the link doesn't open (yes, i tried it without target="_blank" too). Then when i click the link AGAIN it finally works. Where's the mistake in that code?