Following the usage instructions here http://drupal.org/node/48676:

I edited a node, and attached an image to it using the upload.module functionality.

I unticked the 'list' option to prevent the image from being listed to the public at the end of the node.

In the Blocks configuration page (?q=admin/block) I enabled the 'Node Image' block
and assigned it to the content region on the page.

So I now have a node that contains some text and then displays the image at the bottom (after the text).

How do I get the node image block to display at the top of the node and have the text wrap around it?

Comments

lisa’s picture

In case someone else is looking to do this, I think using the Inline and Upload modules will allow me to insert an image into a node and control its placement.