Ok - this is probably something rudimentary I am missing ( just in to Drupal for about 4 days now).

I am creating a story and I was simply trying to put an inline image using HTML. I can not get the image to show up - I just get a box with an 'X' in the upper left corner.

My code in the Body of the story is:

Only local images are allowed.

Yes - the file does exist :)

I have tried placing this in the drupal\images as well as the drupal\sites\SITENAME\images directory and it just acts like it can not find it.

Any info to this simple quesiton would be greatly appreciated.

Comments

Fuzzbucket’s picture

Yeah - forgot the code. It is definitely a Monday.

img border="0" src="images/2007_03_21_sony_hdr.jpg" width="400" height="274"

With the appropriate < & > markings - just can't post the code in this forum or it tried to find the image :)

VM’s picture

may help to use: src="/images/2007_03_21_sony_hdr.jpg" as your path. notice the preceeding slash

Fuzzbucket’s picture

oh man. (Face Bright Red) I should just go back to bed and try again tomorrow. I wasted 2 hours on that one and it NEVER even occured to me to put in that.

THANK YOU.