I hope someone can help me...
I am trying to have images alternately float left, right, left,
right...using CSS styles to handle the floating, margins, etc. etc.
Some of the accompanying text for each image has a shorter vertical height than the image itself.
In static HTML, the style solution is to use clear: both, usually done as a div style around a non-breaking character.
I am using a
between the left/right image sections.
When the image height is greater than its accompanying text, DNN is putting in a 3-inch vertical area of white space, and the problem is only slightly less worse when the image text is longer than the picture's vertical height.
Why is this happening, and what can I do about it??
Otherwise the next paragraph flows with the previous one, and this is not what I want....
Thank you, Tom