Hi all,

Please see my attachment. You can see that the image looks odd placed where it is in the text. It would be much nicer if the paragraphs run around the image...

Is this possible with this module?

Thanks!!

CommentFileSizeAuthor
#1 text.png110.03 KBratinakage
SaintBernard.jpg32.82 KBratinakage

Comments

ratinakage’s picture

StatusFileSize
new110.03 KB

Attached the correct image...

ratinakage’s picture

Solved it... Just had to add this to my theme CSS.

.inline
{
float: left;
padding: 10px;
}

Satori42’s picture

I've done the same, yet still have this problem in Drupal 7.

The ability to float images would seem to be a basic part of inserting them into a node. I'm not sure why it wouldn't have been included with this module.