For example, a paragraph with an image:
This is the paragraph.
2007-04-10 13:39:42
·
answer #1
·
answered by fjpoblam 7
·
0⤊
0⤋
You can do it with CSS but, since you asked specifically about HTML, you could use the time-tested method of putting your images and text into an HTML table. Put the text into one table cell, and the image in a cell next to it. With a little experimentation, you should be able to come up with just what you want.
There are literally thousands of examples on the web. You could do a search for HTML tables, or find some sites similar to what you want and look at the source.
2007-04-10 13:50:38
·
answer #2
·
answered by BlueFeather 6
·
0⤊
0⤋
In CSS, "float" means move to one side as stuff goes around. So you should float the image to the right and your image will be on the left.
I also recommend that margin on the left so the text doesn't bump your image.
2007-04-10 16:23:25
·
answer #3
·
answered by LorettoBoy 4
·
0⤊
0⤋
Look at the align attribute.
http://www.w3schools.com/tags/tag_img.asp
2007-04-10 13:28:07
·
answer #4
·
answered by jnine 3
·
0⤊
0⤋