latest 스킨에서

· 2013-09-27 (금) 17:52:11 · 1637 · 2
제목 없음.png
현재 배추빌더로 만든 홈페이지 입니다. latest 스킨에서 보시는 사진과 같이 최신글을

제목만 나요하려하는데 도움을 얻고자 합니다.

latest.skin.php 스킨입니다

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

$rows = count($list);
$style_name = "mw-group-$bo_table-$rows-$subject_len";
?>
<style type="text/css">
#<?=$style_name?> { clear:both; margin:0; border:0px solid #e1e1e1; }
#<?=$style_name?> .item { clear:both; display:none; }
#<?=$style_name?> .subject { clear:both; height:30px; color:#3DB7CC; font-weight:bold; font-size:13px; }
#<?=$style_name?> .subject a { color:#11C1BF; text-decoration:none; }
#<?=$style_name?> .prev { float:left; margin:0 0 0 -4px; cursor:pointer; }
#<?=$style_name?> .next { float:left; margin:0 0px 0 0; cursor:pointer; }
#<?=$style_name?> .link { float:left; margin:0 0 0 5px; text-align:center; }
</style>

<div id="<?=$style_name?>">





<table width=100% cellpadding=0 cellspacing=0>
<tr>
<? for ($i=0; $i<count($list); $i++) {


<td>

<div class="subject"><a href="<?=$list[$i][href]?>"><span style="font-size:14px;"><?=$list[$i][subject]?></span></a></div>



</td>
</tr>
</table>
<? } ?>

<? if (count($list) == 1) { echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td></td>
</tr>
</table>"; } ?>

</div>





어떤부분을 수정해야 가로로 나열이 되나요^^ 제발 1개의 댓글도 소중히 생각 하겠습니다.

첨부파일

제목 없음.png (54.8 KB)
0회 2013-09-27 17:52
|

댓글 2개

<div class="subject"><a href="<?=$list[$i][href]?>"><span style="font-size:14px;"><?=$list[$i][subject]?></span></a></div> 에서
<div class="subject"> 랑 </div> 지우면 될듯하네요

아님 <span class="subject"> </span> 으로 하셔도 되구요

근데 소스를 다 안적은건지 for문이 감싸고 있는 부분 조금 이상한듯~;;
2013-09-27 (금) 18:34:24
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td>
<? for ($i=0; $i<count($list); $i++) { ?>

<div class="subject"><a href="<?=$list[$i][href]?>"><span style="font-size:14px;"><?=$list[$i][subject]?></span></a></div>

<?php } ?>

</td>
</tr>
</table>
<?=$style_name?> .subject {float:left;word-break:break-all; height:30px; color:#3DB7CC; font-weight:bold; font-size:13px;margin-right:3px; }
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
13-09-27 조회 1,638
13-09-27 조회 2,820
13-09-27 조회 1,646
13-09-27 조회 1,306
13-09-27 조회 1,324
13-09-27 조회 1,626
13-09-27 조회 1,700
13-09-27 조회 913
13-09-27 조회 1,083
13-09-27 조회 1,070
13-09-27 조회 945
13-09-27 조회 3,576
13-09-27 조회 1,733
13-09-27 조회 1,990
13-09-27 조회 1,771
13-09-27 조회 1,142
13-09-27 조회 3,784
13-09-27 조회 1,651
13-09-27 조회 1,090
13-09-27 조회 1,845