I'am trying to make a multiple page post on my self hosted wordpress blog. This is a multiple page page, not a multipage article. The <!--nextpage--> tag is not working on the page. When I add any more images to the post, it goes to a blank page. Here is the address to the page in case someone wants to take a look - survivalboards.com/backpacks/ The amazon ads are in tables and are iframes. Is there some kind of limit to wordpress as to how many tables a single page can support? That page has 6 tables and 30 images in iframes from amazon. But, the nextpage tag works just fin in the blog post. It just seems to be the pages that are having the issues.
Are you trying to create a post which spans across a few pages or create a page which spans a few pages ?
Not sure if you can do this with pages, but one quick and dirty way around it would be to create multiple pages and manually link them together. Would work, but would need some work. For instance the menu system you use may have to be changed so it doesnt show every page you created. Thats just an idea, it may be there is a far more simple answer to your problem!
The theme has to be modified for the nextpage tag to work. It looks like it's working on your posts (which is normal) but you should take a look over here to make it work in your pages as well ! http://codex.wordpress.org/Template_Tags/wp_link_pages You'll have to add this where you want the number of pages to show! <?php wp_link_pages('arguments'); ?> PHP: As for your other problem, tables are never good, try to use divs !