휴...최근게시물 이리저리하다가///ㅠ 정보
휴...최근게시물 이리저리하다가///ㅠ본문
혼자6개월간 힘들게연구했는데 오늘 조금효과가있었습니다...ㅠ_ㅠ
드뎌 조금씩 기틀을잡아가고있는중입니다...^^;;
하지만 지금 또 해결못하는게있어서 질문드립니다...
http://young24u.oranc.co.kr/gnuboard4/test2.php 를 보시면 알겠지만 최근게시물에 more부분이
오른쪽제일끝에 위치하더라구욥...ㅠ 글자수와 맞춰서 위치해야돼는데 너무길게늘어져버렸네요 ㅠ
어케 글자수와비례하게 조정하는거죠?
소스는 아래와같습니다...
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
<?=latest("basic", "today", 4, 45);?> <?=latest("basic", "today1", 4, 45);?>
<?=latest("basic", "today2", 4, 45);?>
엄청간단하죠 ㅠ 실험삼아해보는거라... 제발 답변부탁드리겠습니다..(__)
댓글 전체
적당한 가로 치수는 대략 width='280px'정도인듯 합니다.
<table width='98%' border='0' cellspacing='1' cellpadding='0' bgcolor='#dddddd'>
아니면 최근 게시물 스킨을 집적 수정하시면 될 것 같습니다.
베이직 기준으로 설명합니다.
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=16><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='120' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong></td>
<!--
위 셀의 가로를 120정도(타이틀 제목이 길경우 더 늘려야할 것입니다.)
아래는 100%로 하시고
이미지의 위치를 왼쪽(margin-left)을 기준으로 125정도를 하시면 될 듯합니다.
-->
<td width=100% background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0 style='margin-left:125px;'></a></td>
<table width='98%' border='0' cellspacing='1' cellpadding='0' bgcolor='#dddddd'>
아니면 최근 게시물 스킨을 집적 수정하시면 될 것 같습니다.
베이직 기준으로 설명합니다.
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=16><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='120' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><?=$board[bo_subject]?></a></strong></td>
<!--
위 셀의 가로를 120정도(타이틀 제목이 길경우 더 늘려야할 것입니다.)
아래는 100%로 하시고
이미지의 위치를 왼쪽(margin-left)을 기준으로 125정도를 하시면 될 듯합니다.
-->
<td width=100% background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0 style='margin-left:125px;'></a></td>
newpia 님 위에소스는 어디서수정하는거예요 ㅠㅠ 제가 왕초보라 아직 모르는게 많아요 ㅠ
newpia님 이리저리하다가 latest.skin.php 를보니깐 사이즈 조절하는게있더군요 ㅎㅎ
너무너무 감사합니다 이제서야 많이조정이되었네요 정말정말감사합니다^^
근데 스킨소스는 함부로 건딜면안돼는것같은데 크기는 상관없는건가요 ㅎ
하여튼 정말정말감사합니다^^
꼭 복받으실꺼예용 ㅎ
너무너무 감사합니다 이제서야 많이조정이되었네요 정말정말감사합니다^^
근데 스킨소스는 함부로 건딜면안돼는것같은데 크기는 상관없는건가요 ㅎ
하여튼 정말정말감사합니다^^
꼭 복받으실꺼예용 ㅎ