멀티 탭 최신글에서 이상한 글자가..... > 그누4 질문답변

그누4 질문답변

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

멀티 탭 최신글에서 이상한 글자가..... 정보

멀티 탭 최신글에서 이상한 글자가.....

본문

안녕하세요
멀티최신글에서 " 癤? " 이런 글자가 이미지 상하단에 나오는데
무엇인지 모르겠습니다.
www.hasasa.com 의 멀티탭 글을 사용할려고 시험하는데....
아시는분 좀 가르쳐 주세요.
오늘도 좋은 시간되세요....
  • 복사

댓글 전체

skin/latest/multi_tap/latest.skin.php 의 상단에 있는 공백 라인을 없애주세요.
제가 다운 받아서 테스트해본 결과 입니다.
http://kkk.myhome.tv/gnu/

즉 아래처럼 공백 라인이 없도록 해주세요.

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
    <td colspan=4 align=center>
        <table width=95% cellpadding=0 cellspacing=3>
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
    <td colspan=4 align=center>
        <table width=95% cellpadding=0 cellspacing=3>
        <tr>
            <td style='padding-top:2px;padding-right:2px;padding-bottom:2px;'><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>&nbsp;
            <?
            echo $list[$i]['icon_reply'] . " ";
            echo "<span style='OVERFLOW:hidden;'><a href='{$list[$i]['href']}'>";
            if ($list[$i]['is_notice'])
                echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
            else
                //echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
                echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>";?><?=cut_str($list[$i]['subject'],60,"...");?><? echo "</font>";
// 출력 글씨 많을 시 ... 으로 변환
            if ($list[$i]['comment_cnt'])
                echo " <font style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</font>";
echo "</a></span>";
          # if ($list[$i]['comment_cnt'])
          #    echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
            // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
            // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
            echo " " . $list[$i]['icon_new']; // 새글 작성시 new 아이콘 출력
/*
            echo " " . $list[$i]['icon_file'];
            echo " " . $list[$i]['icon_link'];
            echo " " . $list[$i]['icon_hot'];
            echo " " . $list[$i]['icon_secret'];
*/
            ?></td>
<td align='right' style='padding-top:2px;padding-right:2px;padding-bottom:2px;'><span style='font-size:8pt; color:#666666;'><?=$list[$i][datetime]?></span></td>
</tr>
<? if ($i+1 < count($list)) { ?>
    <tr>
        <td colspan=2 bgcolor=#EBEBEB height=1></td>
    </tr>
<? } // if() ?>
        </table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><a href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>"><font color=#6A6A6A>게시물이 없습니다.</font></a></td></tr><? } ?>
</table>




공백을 없애니까
하단의 요상한 글자는 없어졌는데
상단이 아직 남아 있어요.

확인부탁드립니다.

좋은 시간이....
허랭이님 감사해요

root에 있는 tap_menu.php 에서
공란을 지우니까

상단의 이상한 글자가 없어지네요.

감사합니다.
좋은 시간되시고 행복하세요....
혹시 파일을 나모웹 에디터등의 위지윅 프로그램으로 열어서 수정한적이 있으세요?
<p align="center"> <- 이태그가 들어가면서 공백이 생겼는데 이거 때문에 문제가 생긴듯 합니다.
p 태그를 지우고 공백 라인을 없애 보세요.
© SIRSOFT
현재 페이지 제일 처음으로