I have an image on my webpage in which I want to have text wrapped on the right of it so I have some CSS like:
.image {
float:left
}
But after reaching a certain point in the text, I want to make sure the text no longer appears to the right of the image, I want it below the image. What tag can I use to break the text onto a new line below the image?