<div>
<div>
<div class="image1"></div>
<div class="author-box">
<h4 class="author">글쓴이</h4>
<p class="author">홍길동</p>
< /div>
</div>
</div>
<style>
.image1 {
background: grey;
width : 50px;
height : 50px;
display: inline-block;
}
.author-box{
display: inline-block;
vertical-align: top;
width : 200px;
}
.author {
display: inline-block;
width: 200px;
margin: 0;
}
</style>
이건 맨위의 이미지와 글쓴이부분이고 여기 밑에 display block인 박스 몇개 추가하면 블로그 글내용 만들 수 있을듯요