웹진형 최신글 스킨 질문 채택완료

사진옆에 글이 안나오고 떨어져서 나오는데 어케 맞춰줘야될까요 ㅠㅠ
<?php if($result_big) { ?>
<li class="double">
<a href="<?php echo $result_big['href']; ?>">
<div class="content" style="text-align:left;margin-bottom:100px;">
<?php echo $result_big['img']; ?>
<dl style="text-align:right">
<dt>
<?php echo $result_big['subject']; ?>
</dt>
<?php echo $result_big['content']; ?>
<dd class="writer">
<?php echo $result_big['name']; ?>
</dd>
<dd>
<?php echo $result_big['datetime']; ?>
</div>
</dl>
</div>
</a>
</li>
<?php } ?>
답변 1개
채택된 답변
+20 포인트
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인