최신글 맨끝 밑줄 제거 > 그누4 질문답변

그누4 질문답변

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

최신글 맨끝 밑줄 제거 정보

최신글 맨끝 밑줄 제거

본문

<table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td align="center" height="35" style="background-color: #f8f8f9; border-top:2px solid #6b95bd; border-bottom:1px solid #6b95bd;">
    <div style="width:380px;">
  <a class="title" href="<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>" onFocus="this.blur()"></a>
    </div>
    </td>
  </tr>
  <tr>
    <td valign='top'>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <? for ($i=0; $i<count($list); $i++) { ?>
        <tr>
          <td align="center" height='32' style="word-break:break-all; cursor:hand;" onClick="javascript:clickshow(<?=$i?>)" onmouseover="this.style.backgroundColor='#f5faff'" onmouseout="this.style.backgroundColor='#ffffff'">
            <div style="width:380px; text-align:left;">
            <span style='font:normal 12px 굴림; color:#888888;'> <?=$list[$i][wr_name]?> :</span> <span class="subject"><?=$list[$i][subject]?></span>
            </div>
          </td>
        </tr>
        <tr>
  <td background="<?=$latest_skin_path?>/img/dotline.jpg"><img src="<?=$latest_skin_path?>/img/1px.gif" width="1" height="1"></td>
        </tr>
        <tr id='block<?=$i?>' onclick="clickshow(<?=$i?>)" style='display:none'>
          <td align="center" style="background-color:#f8f8f9; padding:20px;">
            <div style="width:380px; text-align:left;"><span class="content"><?=nl2br($list[$i][wr_content])?></span></div>
          </td>
        </tr>
        <? } ?>
        <? if (count($list) == 0) { ?>
        <tr><td align='center' height='50' style='color:#6A6A6A'>게시물이 없습니다.</td></tr>
        <? } ?>
      </table>
    </td>
  </tr>
  <tr height="10"><td></td></tr>
  <tr><td height="1" style="background-color:#6b95bd;"></td></tr>
</table>

그림에서 제일 밑줄을 제거하고 싶습니다. ^^
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로