Hyperlink help

liunx

Guest
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)<br />
<br />
Please simply alter my coding:<br />
<br />
<table border="1" borderColorDark="#000000" borderColorLight="#444444" cellSpacing="0" width="132" height="27"><br />
<tr><br />
<td bgcolor="#444444" style="color: #FFFFFF" onMouseOver="style.color='#FFFFFF'; style.backgroundColor='#992106';" onMouseOut="style.color='#FFFFFF'; style.backgroundColor='#444444';" onClick="window.location.href='http://www.webdeveloper.com/forum/archive/index.php/site.html'" height="12" width="121"><a href=http://www.webdeveloper.com/forum/archive/index.php/"site.html"><font face="Verdana, Arial, Comic Sans MS" color="#CCCCCC" size="2">Latest<br />
News</font></a></td><br />
</tr><br />
</table><br />
<br />
<br />
Any help would be greatly appreciated! :)<!--content-->Have you tried:<br />
"><a href=http://www.webdeveloper.com/forum/archive/index.php/"site.html" target="_new"><br />
<br />
You will need to remove the onclick event also.<!--content-->If I remove the onclick, then clicking on the cell itself won't go to the link...<!--content-->I am just curious this probably wont work but I just want to see if it does lol, put a <a href=http://www.webdeveloper.com/forum/archive/index.php/"httpyoursite.com"> The table here </a> type of deal lol, then delete the link inside of the cell. It will probably not work but I am just curious to see if it will.<!--content-->Well, I already know how to make a table into a hyperlink- anyways, I guess I just have the link not go to another page- I'll just have it load on the same page- it will be better anyhow. Thanks anyways! :)<!--content-->This means I have to test my idea on my own time ahhhhh. I was just curious if it was possible.<!--content-->
 
Back
Top