treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] IMG with and alignment doesn't play nice with H2 tag with border

  • Hello everyone,

    I am having a problem that I can not figure out. I have an img with an align left. There is text wrapping around it from the right, and at the top of this text is an H2 tag with a border-bottom. For some reason, even though all of the text is wrapping correctly, the border is not affected by the image, and spans the entire width of the container going under the image.

    Has anyone ever come across something like this?

    Any input would be appreciated.

    Thanks!
  • Actually, I just figured it out, but for everyone's benefit, I will tell you the solution. I placed a display:table; in the css on the H2 tag.

    Cheers!