Quote Originally Posted by kows View Post
it is outputting all the iframes -- you're just not closing them.
Code:
</iframe>
iframes won't let you close them without an explicit closing tag.
Oh, I never thought there was a need for the closing tag.. I thought I could write it the same way I write <br /><hr /><img /> etc...

Thanks, it works.