About This Page
You may have to scroll to read this
This page appears to be 7 hits: The frame page, then the six that fill the cells. Not so. This page is actually only two hits. I'm using different sections of the same page to fill different cells. Here's how I did it:
First, create the different page sections that will fill the cells by making one long page. Slice up the page into sections by denoting each new section with this:
<A NAME="codeword">
Make each section a different code word. Then when you create the FRAME page, call for each different section using the page URL, then a "#" mark, then the code word. Like so:
<FRAME SRC="page.html#codeword">
You can split one page up into as many different cells as you want. Just keep using different code words. The only downfalls I've found is that you will always get a scroll bar, and sometimes losing the scroll bar will also eliminate the text. Try it for yourself and see what happens.
Also, I put about 10 of these
between each page section:
&nbsp;
<P>
That little combination keeps putting spaces between sections so words don't bleed over from cell to cell.
Thanks for coming.