Currently, it can only display image above, below. Just hope it will have more choice for dispaly, like left, right.

Comments

stefano73’s picture

Status: Active » Closed (won't fix)

The display of node images on left or right requires a bit html coding (floating divs or tables) that it's better done in the node template. You can see the node-example.tpl.php (http://cvs.drupal.org/viewcvs/drupal/contributions/modules/node_images/n...), it shows how to arrange node body with images on the right, using a table.