Hi

I've created a basic content type 'news', basically a Page type but with an image. I don't want the image in the default location below the body copy but floated left so the copy wraps around it - very common layout.

What's the Drupal way of doing this ? I've tried to alter the CSS by floating the div that contains the image left, but this doesn't work. So should I alter / override the template? or is there a way of doing it via the Drupal admin.

Many thanks!

RH

Comments

shadcn’s picture

If you float the image container div with CSS, it should work. If not, you can create a custom node template file and print the fields individually. Or a more flexible solution would be Display suite (http://drupal.org/project/ds)

roger06’s picture

Thanks for your reply.

Floating the image left should work, but it doesn't. Changing the layout in an overriding template doesn't seem that straight forward so I've downloaded DS and I'll have a play with it...

thanks again.

roger06’s picture

Sweet ! (or suite?)

Thanks, DS looks like a steep learning curve but just a quick play had got me the result I need.

Thanks very much for your help.