묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
PHP관련 category의 화면출력 관련 질문입니다
2004.02.25 12:47
사진첩을 쓰고있는데요(sjini_gallery)
카테고리가 많이 늘다보니 아랫쪽에 스크롤 바가 생겨버리는군요
한줄에 주욱~~ 카테고리가 늘면 늘수록 보기가 안좋아서 그러는데
카테고리 출력시 갯수 제한이나 width 변경을 어떻게 해야 하나요?
예를들어
<categort> 가 나 다 라 마 바 사 아 자 차 .............
이렇게 된걸
<category> 가 나 다 라 마
바 사 아 자 차
이런식으로 화면에 출력되도록이여
category_head.php
category_foot.php
category_main.php
카테고리 관련 파일은 이렇게 세개 있구여
category_head.php 내용은
=================================================================
<table align=center border=0 width=<?=$width?>>
<tr>
<td nowrap align=center>
<span class=sjini-nbfont>:::</span> <?=$a_c_list?>[전체]</a>
<span class=sjini-nbfont>:::</span>
</td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0><tr><td class=sjini-blank height=5></td></tr></table>
======================================================================
category_foot.php의 내용은
====================================================================
<span class=sjini-nbfont>:::</span>
</td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0><tr><td class=sjini-blank height=5></td></tr></table>
=======================================================================
category_main.php 파일의 내용은
===================================================
<?=$print_category_data?>
====================================================
카테고리가 많이 늘다보니 아랫쪽에 스크롤 바가 생겨버리는군요
한줄에 주욱~~ 카테고리가 늘면 늘수록 보기가 안좋아서 그러는데
카테고리 출력시 갯수 제한이나 width 변경을 어떻게 해야 하나요?
예를들어
<categort> 가 나 다 라 마 바 사 아 자 차 .............
이렇게 된걸
<category> 가 나 다 라 마
바 사 아 자 차
이런식으로 화면에 출력되도록이여
category_head.php
category_foot.php
category_main.php
카테고리 관련 파일은 이렇게 세개 있구여
category_head.php 내용은
=================================================================
<table align=center border=0 width=<?=$width?>>
<tr>
<td nowrap align=center>
<span class=sjini-nbfont>:::</span> <?=$a_c_list?>[전체]</a>
<span class=sjini-nbfont>:::</span>
</td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0><tr><td class=sjini-blank height=5></td></tr></table>
======================================================================
category_foot.php의 내용은
====================================================================
<span class=sjini-nbfont>:::</span>
</td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0><tr><td class=sjini-blank height=5></td></tr></table>
=======================================================================
category_main.php 파일의 내용은
===================================================
<?=$print_category_data?>
====================================================