In layout two-column layout
the left column is wrapped on the right with float: left, in the block where the blog posts are located
<article class="post"> <h2 class="postTitle"> Оптимизация страниц сайта</h2> <p class="postInfo">Создана <time datetime="2011-06-14" class="postDate">14.06.2011</time>, Категория <a href="javascript:void(0)" class="postLink">Статьи</a>, by <a href="javascript:void(0)" class="postLink">babanovd</a></p> <div class="postImg"> <img src="images/image_2.jpg" alt="" title="" /> </div> <p class="postText">Любой сайт состоит из нескольких (десятков, сотен, тысяч) страниц. Любая страница — это некий HTML-код. HTML-код, в свою очередь, — это набор тегов, из которых и формируется страница.Оптимизация страниц — важнейший этап в продвижении сайта. Его можно разбить на следующие шаги.</p> <a href="javascript:void(0)" class="postFullLink">Продолжить</a> </article> <!-- /article-->
for the image float: left is also set. I can not figure out how to make the next post do not crawl to the previous one, if there is not enough text in the post, as it turns out here . If you specify after p class = "postText" <div class="clear"></div>
, a link text appears. How can I achieve the desired location of the elements?