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!!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | text.png | 110.03 KB | ratinakage |
| SaintBernard.jpg | 32.82 KB | ratinakage |
Comments
Comment #1
ratinakage commentedAttached the correct image...
Comment #2
ratinakage commentedSolved it... Just had to add this to my theme CSS.
.inline
{
float: left;
padding: 10px;
}
Comment #3
Satori42 commentedI'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.