K, here's the deal, I have a cgi forum which I want to neatly fit into the cell of a table, now I've accomplished this with the following coding;
include("http://blabla.com/cgi-bin/ultimatebb.cgi");
The result is as wished, but, as you can guess, once I click on one of the links the forum takes on it's own mind and opens the link in the entire window instead of the cell. How do I keep the forum inside the table cell?