Forum Moderators: open
Is there a way to wrap the text or stop side ways scrolling?
Please help ASAP
Thanks
TheGameMaster
[edited by: tedster at 5:56 pm (utc) on Sep. 1, 2003]
It all depends on how the HTML document displayed in the iframe is formatted. Think of te iframe as a small browser window and make sure the HTML doesn't require more space than is allotted there.
Watch for tables, cells or div with fixed pixel widths, image sizes, etc. All the things you would take into account to stop side scrolling in any browser window.