Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
Comments
Comment #1
stefano73 commentedThe 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.