Php-generated content in iframe
Author: Norman G.
Visited 2155,
Followers 1,
Shared 0
I have a php script running on a page. The script works fine, but instead of adding content to the page and letting the page become longer (and appear as normal content), the php-generated content is placed in a scrolling iframe. How can I eliminate the scrolling and just display all of the generated content in the content area?
Posted on the
Author
I figured out the answer on my own. I'll share it here in case anyone else is wondering.
When editing the "html and widgets" object, in the lower right corner of the "html" tab, there are settings. Set the height to zero and uncheck the "show scrollbars" box. The zero height lets the height float.