Note that there are some explanatory texts on larger screens.

plurals
  1. POWrapping one-line div's around an img (not text)
    primarykey
    data
    text
    <p>I'm trying to get a bunch of div's to wrap around an image, but am failing. </p> <p>Since pasting HTML doesn't seem to work in StackOverFlow, here is my current attempt at emulating a Outlook 2010 contact entry.</p> <p>Source from: <a href="http://www.perfmon.com/download/contactdivtest.htm" rel="nofollow noreferrer">http://www.perfmon.com/download/contactdivtest.htm</a> (edit: or check out @Hristo's cool online editor )</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt; &lt;/title&gt; &lt;style type="text/css"&gt; .contactLarge{ width: 250px; height: 220px; } img.picture { margin-left: 0px; margin-bottom: 0px; float: left; } .contactLarge item{ } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="contactLarge"&gt; &lt;div style="background-color:#C5CED8;clear:both"&gt;title &lt;/div&gt; &lt;img class="picture" width="100" height="200" src="ContactBigLeftBorder.png" alt=""&gt; First, Last &lt;br&gt; First, Last &lt;br&gt; First, Last &lt;br&gt; First, Last &lt;br&gt; &lt;div style="width:100%;font-weight:bold; float: left;"&gt;LastName, Firstname&lt;/div&gt; &lt;div style="font-weight:bold;clear:both;" &gt;CompanyName&lt;/div&gt; &lt;div &gt;Title&lt;/div&gt; &lt;div &gt;Work#&lt;/div&gt; &lt;div &gt;Mobile#&lt;/div&gt; &lt;div &gt;Home&lt;/div&gt; &lt;div &gt;email1&lt;/div&gt; &lt;div &gt;email2&lt;/div&gt; &lt;div &gt;email3&lt;/div&gt; &lt;div &gt;Street&lt;/div&gt; &lt;div style="background-color:#F1F5F9; float:left;" &gt;City,&lt;/div&gt; &lt;div style="background-color:#F1F5F9; float:left;" &gt;State&lt;/div&gt; &lt;div style="background-color:#F1F5F9;" &gt;Zip&lt;/div&gt; &lt;div style="background-color:#F1F5F9; clear:left; float:left;" &gt;httppage&lt;/div&gt; &lt;div style="background-color:#F1F5F9; "&gt;im&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Can anyone tell me what I need to do to make all the div's move up and wrap around the image? I really hope I'm not missing something simple...</p> <p>Here is the target layout I'm attempting:</p> <p><a href="http://perfmon.com/download/contactdivtest.bmp" rel="nofollow noreferrer">alt text http://perfmon.com/download/contactdivtest.bmp</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload