5 Replies Latest reply: Mar 5, 2013 11:39 AM by MurraySummers RSS

    Simple question about a simple layout.

    jyeager11 Community Member

      What's the simplest and most intuitive way to produce this layout?temp.png

      A table with two columns is too old-school, but a float:left on the image makes the text wrap under it.

       

      I can use two divs and display:inline-block, but it seems silly to put an image in a div (and nothing else in that div).

       

      How do I do this with the least amount of code possible?