View Full Version : Help me please
iJason
09-22-2003, 10:42 PM
I need to have vbulletin display in a table in an html document. How would I go about doing this? I dont want the forum in its own page.. I just want it in a table of an existing page please help me!
Zachery
09-23-2003, 03:57 AM
uhh this is really simple html
lol i read this too fast
use
<iframe src="www.vbulletin.com">
use frames
<!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 (http://www.vbulletin.com/)">
</frameset>
</html>
put this in bla.html and save it upload to the server and watch the magics
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.