2026, 새로운 도약을 시작합니다.

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

ab0612eab37f60aa76c0434ea878b633_1504076208_0473.png


사진옆에 글이 안나오고 떨어져서 나오는데 어케 맞춰줘야될까요 ㅠㅠ

<?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 포인트
Copy
                                                                                                      subject                                        content                                            name                                                                datetime                                                                              
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인
🐛 버그신고