Question:

How do I put a picture in the middle of a paragraph?

by  |  earlier

0 LIKES UnLike

Like I want it to the left side but in the mide of the paragraph,I want the picture to have writing all around the picture though...

I don't want it to be sentences the picture a big space then the rest of the sentences.

any help?

Thanks :]

 Tags:

   Report

1 ANSWERS


  1. On a Web site?

    For basic HTML, you can just put the image reference right in the middle of the paragraph and align it to the left, like so:

    <p>

    This is nonsense text.  It's just some random sample text.  This is nonsense text.  It's just some random sample text.  This is nonsense text.  It's just some random <img src="example.jpg" align="left"> sample text.  This is nonsense text.  It's just some random sample text.  This is nonsense text.  It's just some random sample text.

    That's sloppy, but it should work.  There are more advanced ways to do it using tables, XHTML or CSS.  I'm too lazy to go through those now, but the geeks in the Programming & Design section of the Computers & Internet category could probably show you the details if you want to repost your question there.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.