View Full Version : Displaying Page in <Div>
Squintz
10-24-2002, 06:36 PM
I want to Display a webforum in a <DIV>
The web forum is its own page! how can i do this?
Roy Sinclair
10-24-2002, 07:09 PM
Replace the DIV with <iframe> instead.
redhead
10-24-2002, 07:10 PM
so you've got a page and you want to put another page, the webforum, inside it right?
You'd be best using an <iframe>, afaik it cant be one with a <div>
try something like this (<ilayer> is for NN users):
<iframe src="webforum.html" frameborder="0" width="700" height="400">
<ilayer src="webforum.html" frameborder="0" width="700" height="400">
eeee.... Your browser doesnt support iframes or ilayers... nasty...
</ilayer>
</iframe>
hope that helps you :thumbsup:
(edit: Looks like roy beat me to it...)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.