HTML:
<ul class="posts"> <li> <a href=""> <img src="https://cdn2.iconfinder.com/data/icons/interface-part-3/32/square-stack-small-48.png" alt=""> </a> <div class="entry"> <a href="">Nam ultricies dolor eu velit varius scelerisque.</a> <span class="date">January 1st, 2013</span> </div> <div class="floatlimit"></div> </li> </ul> CSS:
.blog-container li,ol,ul { list-style: none; padding: 0; margin-left: 0; } . .blog-container .ui-tabs .ui-tabs-panel { position: relative; display: block; border: none; } .posts li { margin: 0; padding: 0; margin-bottom: 6px; padding-bottom: 8px; border-bottom: 2px solid rgba(0,0,0,0); display:block; } .posts li:last-child { margin: 0; } .posts img { margin: 0px 0px 0 0; width: 50px; height: 50px; display: inline-block; } .entry .date { display: block; color: #808080; } but it's not showing the img on the left, and the headline text on the right. It's in a container here's what it looks like:

any ideas? thanks for your help!