Any comments are appreciated.
http://www.healthyschoolscampaign.org/
Cheers!

Code: Select all
<IFRAME SRC="http://www.URL-to-your-page.org/" width=601 HEIGHT=385 FRAMEBORDER=0></IFRAME>
Code: Select all
<div id="scrollingWindow">
{CONTENT}
</div>
Code: Select all
<style>
#scrollingWindow {
height: 200px; // or whatever!
width: 400px; // or whatever!
overflow: auto;
}
</style>