I'm trying to Embed a forum from boards.net into my website, using IFrame
I want to get it to the size of the following example: boonipd.com/forum.html
I've edited my code to this:
But the actual frame shows on the webpage like this: boonswat.x10.mx/en/Forum/
Any help?
I want to get it to the size of the following example: boonipd.com/forum.html
I've edited my code to this:
HTML:
<html>
<body>
<iframe src="http://ncisboon.boards.net" width="300px" height="100px">
</iframe>
</body>
</html>
Any help?