I'm a brand new Drupal user, but I have been building websites the hard way since Netscape 1.0.
And up until I tried to add an image to page I thought I'd died and gone to heaven after installing Drupal 6 hours ago.
... I don't want to have anything create automatic thumbnails from my images.
... I don't want or need galleries.
I simply have some photos already sitting up on my website, all sized perfectly and ready to go. And I'd simply like to add them to some of my Pages without as little fuss / headache / custom installation / re-compilation of PHP as possible.
I'd hoped putting a plain old <img src="/myimagedir/myfamilypicture.jpg">
would work. But it doesn't.
Why not, and what is the simplest possible path to getting a picture that already exists on my website into a page in Drupal?
Did I miss something in the docs?
Thanks!
Will
PS I installed the image and img_assist module without really having any idea what they do or how they do it. I get the error "be sure you have a working image toolkit installed..." but have no idea what an image toolkit is, other than (a) I don't have one and (b) if I don't have one I don't want one... I'm running a Mac OS X Server, and I want to change nothing on my pefectly-working server, and I *really* don't want to re-install PHP or install *any* extra image software when everything on my system *except* drupal handles plain old html img tags just fine.