I am building a very simple site in Drupal-7 there users should be able to edit a page and upload an image to the page (inside the text). I have played around a bit among editors and modules but I do not think I have found something simple enough. Would appreciate if I could get some suggestions.
2 Answers
0
votes
0
votes
You can use an Image field in the content type. This way your users will be able to add images. You can specify how many images each post can contain and can be infinite.
The images will show where the text ends. You can play with views to put the images elsewhere.
You can control the position of the images via CSS and sub-themes.
You can also use http://drupal.org/project/wysiwyg_imageupload
(6th result on google searching for 'drupal image upload')