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:
<html>
<body>
<iframe src="http://ncisboon.boards.net" width="300px" height="100px">
</iframe>
</body>
</html>...