How do I type next to a picture

Posted 7 years, 4 months ago (Edited 7 years, 4 months ago) by MidnaMoon

If there was a picture say

 

The picture was here                    I want to type here next to it

 

instead my text goes here

 

What html makes me able to write directly beside an image? Is there even a way here? I tried tables but it didn't work. Two colom tables I still cannot start typing right next to the top of the picture. Help?

Pinky

with a table u must set the vertical align to top !

or you can make your image float next to the text

img src=URL style="float: right/left"