Why won't my text wrap around the image?

Is there an HTML code to wrap text around an image?

  • I've uploaded an image to our website, but I can't make the text wrap around it. Is there an HTML code that will correct this? To be much more specific, when I put the image in the text flows over and below. I need to align the picture to the right and have the text take up the left portion of the page. Thanks!

  • Answer:

    Use this code : <img src="URL" hspace="5" vspace="5" align="right" />Text..........

Melody at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

use tables <table> <tr> <td><img src="imagesouce.jpg"</td> <td>text</td> </tr> <tr> <td colspan=2>more text</td> </tr> </table>

loudwalker

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.