Can anyone tell me how to get the Runescape Forums box side-by side with the Runescape client? ( Meaning, I want the RS forums in the red box where the text is. )

Does anybody have the code?

Does anybody have the code?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN"> <html> <head> <title></title> </head> <frameset cols="50%,*"> <frame src="http://www.runescape.com/" name="RS"> <frame src="http://forum.runescape.com/p=kKmok3kJqOeN6D3mDdihco3oPeYN2KFy6W5--vZUbNA/forums.ws" name="RS Forums"> </frameset> </html>
Comment