Hi all,

Recently a site that I help by adding content switched from one platform to Drupal. I am not familiar with it and it is the first time I work with it.

I created a Book Page and wanted to know how to add pages to it. It the description when adding content it says:

Book page
Books have a built-in hierarchical navigation. Use for handbooks or tutorials.

How do I create a page within this book page.

Also I want to add more than one picture to articles we put on the site, how do I do that, what HTML code do we have to use.

Thanks

Montreal66.TFN.com

www.transitfan.com

Comments

August1914’s picture

Sounds like you need to be logged in to the site as a user assigned with a role which has right granted to add content. Then you should see a link somewhere to add content. Rights to each content type ( story, article, book-page) can be assigned separately to roles, so check permissions.

Your site is drupal6?

nevets’s picture

It's actual Drupal 7

August1914’s picture

Nice! To add more than one picture to articles, you need to alter the content type. Prerequisite: you will need the permission "Administer content types".

Select the content type you want to change to support multiple images
/admin/structure/types

For your selected content type, (in this example, Article) go to manage fields
/admin/structure/types/manage/article/fields

Edit the content type's fields (Article already has an image field, you just need to change it)
/admin/structure/types/manage/article/fields/field_image

Under Image Field Settings
Set Number of Values to "Unlimited"

Save settings.