Posts: 50
Name: Cristian Radescu
Location: Petrosani, Romania
|
Hi there,
I`ll help you out  ... that`s not javascript you have there that plain html ... anyway I think you might not care what I`m talking about so let`s get straight to the problem ...
what you have to do is simple ...
in the :
Quote:
|
<td width="155" height="40"><a href="javascript:;">Forums</a></td>
|
this is your link actually so instead of "javascript :;" you have to write the location of your forum page ... like yourdomain/forum or how you have installed your forum ... you don`t have to point exactly to the .php file of your forum ... only the directory would be enough as I think you`re using phpBB2 or something like this so your forum I think is in a directory and it contains an index.php page ... so your line should look like ...
Quote:
|
<td width="155" height="40"><a href="http://www.yourdomain/your forumdirectory">Forums</a></td>
|
tell me if you understood and if you made it work  ) ...
Chris
|