Quote:
Originally Posted by Bortolotto
I don't know (yet  ) how we can go to the next page and merge the content. So, I prefer the printable version. Maybe someone could help this matter.
|
There are lots of posts in this forum about multipage handling. Search for that term and you will find useful information.
Basically, a multipage does this:
1) it finds the link to the "next page"
2) it goes to that page and gets everything on it that the recipe author wants.
3) it pastes that stuff into the first page.
4) it repeats 1-3 until there is no "next page" link.
The recursion is tricky to understand, but it's easy to copy the multipage code, which is already set up. Almost every multipage recipe is the same and copies the same bit of multipage code, except for the part about what tag is used to find the "next page" and the part about what part of the next page to keep.
Start with the Adventure Gamer recipe, then ask questions about what you don't understand.