---
title: "How to enable images for Basic Pages in Drupal 7"
description: "Within the core Drupal 7, only Articles have the ability to add images to the content by default. This can be enabled for Basic Pages also by configuring the proper setting in the admin dashboard...."
url: https://www.inmotionhosting.com/support/edu/drupal/enable-images-in-basic-pages/
date: 2012-07-20
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# How to enable images for Basic Pages in Drupal 7

Within the core Drupal 7, only Articles have the ability to add images to the content by default. This can be enabled for Basic Pages also by configuring the proper setting in the admin dashboard. Below are the steps you will need to follow to turn on the ability to add images to Basic Pages in Drupal 7.

## Enabling images for Basic Pages in Drupal 7

1. [Log into the Drupal 7 admin dashboard](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/).
2. Using the top menu bar, locate and click on the **Structure **option.[![structure](https://www.inmotionhosting.com/support/wp-content/uploads/2012/03/edu_Drupal_7_Structure_structure.png)](/support/wp-content/uploads/2012/03/edu_Drupal_7_Structure_structure.png)
3. From this next page, click on the **Content Types** link.[![content-types](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_content-types.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_content-types.jpg)
4. On the **Content Types** page, find the **Basic Pages** row and click on the **Manage Fields** link.[![manage-fields](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_manage-fields.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_manage-fields.jpg)
5. This brings you to the page where we will activate the ability to add an image. At the bottom of the screen, you will see **Add Existing Field**. Next to that are a few fields to fill in. In the **Label **field, give it a name. We named it ‘image’ here. Under the **Machine Name** dropdown, select **Image: field_image (root)** and with the **Widget **dropdown select **Image**.[![add-image](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_add-image.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_add-image.jpg)
6. After entering the information, click on the **Save **button at the bottom.
7. Next you are taken to a screen to add optional settings.  You may simply scroll to the bottom and click on **Save Configuration** to keep these. Later articles will address these settings. You can now see by the before and after shots below that you can now add an image to a **Basic Page** when adding content. Before After [![add-image-before](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_add-image-before.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_add-image-before.jpg) [![add-image-after](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_add-image-after.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_add-image-after.jpg)
