최근게시물 타이틀 없애기 ㅠ_ㅠ 정보
최근게시물 타이틀 없애기 ㅠ_ㅠ본문
최근게시물에 타이틀이 없고 그냥 리스트만 보이게 하고 싶습니다..
다운받아서 요곳조곳 수정한 파일만 수십번 ㅠ_ㅠ
소스를 잘 건들지를 못해서 에디터로 편집화면에서 표지우고 타이틀 이미지 없애고 등등..
노력은 해봤지만 타이틀은 없어졌으나 리스트 간격이 문제가 생기네요 ㅠ_ㅠ
혹시 최근게시물중에 타이틀이 없고 그냥 단순하게 리스트만 나온 최근게시물 어디 없나요
다운받아서 요곳조곳 수정한 파일만 수십번 ㅠ_ㅠ
소스를 잘 건들지를 못해서 에디터로 편집화면에서 표지우고 타이틀 이미지 없애고 등등..
노력은 해봤지만 타이틀은 없어졌으나 리스트 간격이 문제가 생기네요 ㅠ_ㅠ
혹시 최근게시물중에 타이틀이 없고 그냥 단순하게 리스트만 나온 최근게시물 어디 없나요
댓글 전체
파일을 올려주시면 될듯한데요??
예,,사용하시는 파일 소스라도올려주셔야 될거 같은데요 ....
소스도 없고 음........
일반적으로 보면 상단에
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' 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>
<td width=37 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></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table> 와 같이 되어 있는데
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' 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>
<td width=37 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></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table> 를 삭제해보세요
일반적으로 보면 상단에
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' 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>
<td width=37 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></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table> 와 같이 되어 있는데
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' 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>
<td width=37 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></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table> 를 삭제해보세요
넵