
October 9th, 2004, 08:27 AM
|
 |
unused title
|
|
Join Date: Sep 2003
Location: Downunder
Posts: 741
  
Time spent in forums: 4 Days 23 h 38 m 41 sec
Reputation Power: 7
|
|
yep, get rid of your javascript links.
(the boxes on the left.) Use standard links for them.
Or you could always do this, and have the text inside the javascript cell as a standard link.. (add the red text)
Code:
<td align=middle bgcolor=#e0e5ec class=cellbox
onClick="window.location.href='http://www.plecofanatics.com/forum/'"
onMouseOut="this.style.background='#e0e5ec'"
onMouseOver="this.style.background='#f7f7f7'" style="CURSOR: hand">
<table width="95%" border="0" cellspacing="1" cellpadding="5" align="center">
<tr>
<td width="100">
<p><img src="images/forum.gif" border="1" width="90" height="68"></p>
</td>
<td><b><font color="#0000FF"><font size="5"><i><font size="+1"><a href="http://www.plecofanatics.com/forum/>MESSAGE
BOARDS</a></font></i></font><i><font size="4"><br>
</font> </i></font></b> One of the largest Pleco
forums around. More than 1000 members currently
and still growing fast!</td>
</tr>
</table>
</td>
I think that would work.
|