1.

Solve : How to get text wrapping??

Answer»

What CSS do I use to get text to wrap around a picture? I PUT a picture inside a div tag WITHIN the main div tag, and now all the text that I'm typing in the outer main div tag appears below the picture.Float the picture either to the left or right.

Code: [SELECT]IMG {
   float: left; /* or right */
}
Add the style attribute to your image tag:

Using HTML
Add the align attribute to your image tag:



Discussion

No Comment Found