uhh this is really simple html
lol i read this too fast
use
Code:
<iframe src="www.vbulletin.com">
use frames
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<frameset cols="10%,*">
<frame src="path/to/whatever/.ext">
<frame src="http://www.vbulletin.com">
</frameset>
</html>
put this in bla.html and save it upload to the server and watch the magics