Rick_Garrison
07-28-2003, 09:14 AM
I currently have a table which is going to be used to link to my forums. However, I want to be able to click on the hyperlink and open a new page, I tried using some other code, but it didn't seem to work (the new window and my old page would load the forums)
Please simply alter my coding:
<table border="1" borderColorDark="#000000" borderColorLight="#444444" cellSpacing="0" width="132" height="27">
<tr>
<td bgcolor="#444444" style="color: #FFFFFF" onMouseOver="style.color='#FFFFFF'; style.backgroundColor='#992106';" onMouseOut="style.color='#FFFFFF'; style.backgroundColor='#444444';" onClick="window.location.href='site.html'" height="12" width="121"><a href="site.html"><font face="Verdana, Arial, Comic Sans MS" color="#CCCCCC" size="2">Latest
News</font></a></td>
</tr>
</table>
Any help would be greatly appreciated! :)
Please simply alter my coding:
<table border="1" borderColorDark="#000000" borderColorLight="#444444" cellSpacing="0" width="132" height="27">
<tr>
<td bgcolor="#444444" style="color: #FFFFFF" onMouseOver="style.color='#FFFFFF'; style.backgroundColor='#992106';" onMouseOut="style.color='#FFFFFF'; style.backgroundColor='#444444';" onClick="window.location.href='site.html'" height="12" width="121"><a href="site.html"><font face="Verdana, Arial, Comic Sans MS" color="#CCCCCC" size="2">Latest
News</font></a></td>
</tr>
</table>
Any help would be greatly appreciated! :)