Hi, I have agreed for a project where i need to add pictures to drupal site for hundreds of articles. But My client is busy with a long tour. I want to complete the work,when he return back from the tour with out wasting time. He would have suggested me,how to do but he is too busy right now. I have searched in google for how to add pictures to drupal sites but i am really confused to understand Can any one who has experience with the drupal sites suggest me how to add the pictures easily? Thanks in advance.
Please try it with any of the WYSIWYG Editor module(Fck Editor or Tiny Mce) Thus you shall add contents as images also , if you need to display the images like albums or gallery then chose Gallery module or photo album module Hope this will help you Regards, Anish Have A Nice Day!
or you can just set the page node for "full html" and put them in the content with a plain html img tag.
This works well but the disadvantage is that you are defeating the purpose of using a content management system.
if you want it to add thousand of image, better do it programmatically, by learning drupal node_save api. if you can put the image in a php loop combine with node_save in a custom drupal module then I think you will save lots of time