Why won't my text wrap around the image?

HTML: What is the code to have text wrap around an image?

  • I need the image tag that allows the text to begin at the top of the image wrapping around it rather than below it.

  • Answer:

    do this to your image.. <img href = "yourimage.gif" style = "display:block;float:left > Your paragraph....

Amma's Child at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

The only ways to do this simply are to put either align="left" or align="right" in the img tag. Then the image is flush with the left or right margin and the text wraps around its rectangle. It's a lot harder if the image isn't a rectangle.

brujo999

you just put the <p> tag after the <img> tag . then you use CSS to control wrapping and positioning. CSS is the answer to all formatting questions!

jake cigarâ„¢ is retired

This is for MS Word Wrap text around a picture or drawing object Select the picture or drawing object. On the Format menu, click the command for the type of object you selected — for example, AutoShape or Picture — and then click the Layout tab. Choose the wrapping style you want to apply. For Help on an option, click the question mark and then click the option. Notes For more wrapping styles and options for the direction of text flow and its distance from text, click Advanced on the Layout tab, and then click the Text Wrapping tab.

mjdp

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.