Radio
11-15-2003, 02:26 PM
I need help adding the code to this table so that each link when clicked opens up in a new window. I tried the target="_blank" tag but I couldn't find the appropriate placing. Thanks for any help you can give me.
Code:
<div align="center">
<table style="bgcolor=#1CB4E4; border-width: 1px; border-color: #000000; border-style: solid" cellpadding="1" cellspacing="3" border="0" bgcolor="#1CB4E4">
<tr>
<td colspan="5" align="center"><span style="font: bold 12px verdana,arial"><font color="#000000" link="000000" alink="550086">SimNation</span><br><span style="font: 9px verdana,arial;">Ring Owner: <a href="mailto:somewhere@hotmail.com">Radio Active Chicken</a> Site: <a href="http://mysite.freeserve.com/Sim_Nation">SimNation</a></font></span></td>
</tr>
<tr>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=prev&siteid=40353'; this.style.cursor='hand';" style="width: 70px; background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer" target="_blank" >PREV</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=list&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">LIST</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=random&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">RANDOM</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=join&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">JOIN</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=next&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">NEXT</td>
</tr>
<tr>
<td colspan="5" align="center"><a style="font: bold 10px tahoma,arial; text-decoration: none;"
href="http://www.bravenet.com" target="_new">
powered by <img src="http://images.bravenet.com/bravenet/images/poweredby.gif"
border="0" align="absmiddle" alt="Powered by Bravenet" /> bravenet.com</a></td>
</tr>
</table>
</div>
Code:
<div align="center">
<table style="bgcolor=#1CB4E4; border-width: 1px; border-color: #000000; border-style: solid" cellpadding="1" cellspacing="3" border="0" bgcolor="#1CB4E4">
<tr>
<td colspan="5" align="center"><span style="font: bold 12px verdana,arial"><font color="#000000" link="000000" alink="550086">SimNation</span><br><span style="font: 9px verdana,arial;">Ring Owner: <a href="mailto:somewhere@hotmail.com">Radio Active Chicken</a> Site: <a href="http://mysite.freeserve.com/Sim_Nation">SimNation</a></font></span></td>
</tr>
<tr>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=prev&siteid=40353'; this.style.cursor='hand';" style="width: 70px; background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer" target="_blank" >PREV</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=list&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">LIST</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=random&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">RANDOM</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=join&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">JOIN</td>
<td onClick="document.location='http://pub26.bravenet.com/sitering/nav.php?usernum=2189714626&action=next&siteid=40353'; this.style.cursor='hand';" style="width: 70px;background-color: #F2F4FA; border-width: 1px; border-color: #000000; border-style: solid; font: bold 10px verdana,arial; text-align: center; cursor: pointer">NEXT</td>
</tr>
<tr>
<td colspan="5" align="center"><a style="font: bold 10px tahoma,arial; text-decoration: none;"
href="http://www.bravenet.com" target="_new">
powered by <img src="http://images.bravenet.com/bravenet/images/poweredby.gif"
border="0" align="absmiddle" alt="Powered by Bravenet" /> bravenet.com</a></td>
</tr>
</table>
</div>