I want to display an image with text to the right of that image. This should all be on one line and inside some more text. I dont want the rest of the text to flow around the image.
Example:
Some Text ... Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
my image and my text
Some more text ... Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
I dont want the text after the image to flow around it. I tried float:left for the image, which aligns it to the left, but I dont know how to say that only some text goes next to it.
Any help?
Thanks!