The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
I use image float left and right often but cannot stop the floating function so that material I do not want to float moves up beside the image. I need to be able to limit what floats around the image? I have tried this:
<div class="blue clearfix"> but with no luck.
Hello @Cassandra747
I am not an HTML expert, but there should be a way to tell certain text to float and not Float.
I found this resource for Floating text in HTMl. To have text not float, I believe you would use this in place:
img {
float: none;
}
Someone from the community might be able to answer this question better than I have.
-Colton
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.