How do you make a subpage of a book page?
I have a book called Products.
In that are the pages:
Taps
Basins

I want to create a subsection for Taps of
Deluxe
Budget

I tried making Taps into a book but that removes it's link from the Products book?

Comments

Drupalace-1’s picture

You should be able to manage Books at admin/content/book . Select one of the Books shown there, click "edit order and titles", and there should be a form letting you freely rearrange all Book Pages into sections and subsections and subsubsections...

That's for Drupal 6, anyway. Is your setup different somehow?

Bobby1290’s picture

Use the "Add child page" link that is on every book page (unless you have removed it in some way).

There is also the possibility that you constructed your books with a content type other than a "book page", in that case you can not simply add a child page, the simplest solution would be to copy the content from whatever content type node you have to a "Book Page" and use that instead of whatever it is you are using (and the add child page link will appear). OR use the "Outline" tab as described above.

See also http://drupal.org/handbook/modules/book.