How do I import pages into each other

You can use the @import(()) command to import a page within another page. This command works anywhere there is a 'styled text' field (e.g. any field you can normally type in rich text in RW). See the examples page to look for some pre-built examples

A few hints

  1. Import the page name as it appears in the sidebar not the html file (e.g. if you have a page called 'guppies' that is guppies.html use @import((guppies)) NOT @import((guppies.html))

  2. Each page has a unique name which is the default filename (such as page3.html) -- Even after you rename the page it remembers that unique name. If you have a problem where you have a lot of pages called 'guppies' you can use that unique name (if you can remember it) to sort it out (e.g. @import((page4)) if page4.html was the default when you added that page and renamed it guppies.html

  3. If you forget the page name above one trick is to duplicate the page in question -- Then go look at what 'pagexx' it is. Then delete the original page and then fix up the duplicate page (with proper folder/file name etc.)