0
My text is not wrapping around the image!
https://code.sololearn.com/Wm37IDGwU55d/?ref=app I added the CSS for the text to wrap around it, but it is not working. pleae help
5 odpowiedzi
+ 2
Why, that works fine. You can see it with longer text.
+ 1
Try
img {
margin-bottom: -2px;
}
+ 1
thanks. I`ve been using my tablet in horizontal mode.
0
In the example, the following should shoe under the picture, not along side of it. "with over 7 million" My code does not produce this result.
0
Does anyone know how to get the text to wrap around a picture at a certain point?