최신글 맨끝 밑줄 제거
<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>
그림에서 제일 밑줄을 제거하고 싶습니다. ^^
<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>
그림에서 제일 밑줄을 제거하고 싶습니다. ^^
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
// 0보다 클 때
if ($i > '0') {
// 밑줄
}