What is the best way to go about dealing with images in Drupal 6.10?
I have installed imagefield, imagecache, and image api to add an image field to content type "event" for event logo. Everything works fine.
Now I want to allow non-technical users the ability to add images inline with text. For example, the about us page needs to have two images with the text floating around it. Or if someone writes a story I want them to have the ability to insert an image(s) throughout the text.
Is this best done using wysiwyg and fckeditor? There is also imce module along with image and image-assist?
It seems like I have to many options and not sure what is the easiest and best route for my end-users.
and can i use the different image modues together? use imagefield/imagecache for logo images....use wysiwyg and fckeditor for end users to upload and add images with text.....and use image and image-galleries to create an image gallery.....
Thanks in advance for your time and help!
Comments
There is an Inline module
There is an Inline module that places images inline with the text.