- 1). Log into your website's Drupal admin control panel. Click the "Content" menu at the top of the screen and select "Find Content."
- 2). Locate the name of the content within which you would like to change a picture. Click the "Edit" link located across from the name of the content under the "Operations" column. An editable version of the content now appears.
- 3). Locate the HTML code associated with the picture you would like to change out. It will appear similarly to the following: <img src="http://www.drupal.com/drupal.jpg" />, where "http://www.drupal.com/drupal.jpg" represents the address to the picture file being displayed. To change the picture, replace the existing address with the one containing the picture you wish to display. If you changed the picture to the one found in the following address, for example: "http://www.drupal.com/image.jpg", then your new HTML code would look like this: <img src="http://www.drupal.com/image.jpg />.
- 4). Click the "Save" button at the bottom of the page when you are finished making edits. The picture contained in that content has now been changed.