first one, I want to allow members to attach imgs to their posts, I want image to show up in the post, not just a link at the bottom you have to click on it.

is there a module i can use to do that?

another question, I want to set max width to those image members upload or link to ( I allow them to use tag), the reason i want to do that because i dont know how big the image is, if its bigger than my table width, it gonna mess up my page. rite now , only thing i can think about is in the stylesheet , all images show up in the contents I will hardcode the width , well this really not a good idea. is there a better way to do it?

Comments

cog.rusty’s picture

There are several different solutions for inline images with resized derivatives, thumbnails etc.

Image module (best for reusable libraries of images and galleries)
http://drupal.org/project/image

IMCE module (simple, and works with wysiwyg editors)
http://drupal.org/project/imce

Inline + imagecache (very simple, the author types the image link in the text, not for reusable images)
http://drupal.org/project/inline
http://drupal.org/project/imagecache

CCK + imagefield + imagecache (you can do anything you want, but it takes work)
http://drupal.org/project/cck
http://drupal.org/project/imagefield
http://drupal.org/project/imagecache