메인에 최신글 링크밑줄 없애는 방법 정보
메인에 최신글 링크밑줄 없애는 방법본문
제목 그대로예요..
감사하게도 회원자료스킨을 받아서 사용하고 있는데..
깔끔한게 제일 맘에 들었거든요..
홈피 메인 최신 게시글을 활용중인데,
링크밑줄이 사라지지 않고 계속 유지되네요
소스 복사해서 올려요 ~어디를 고쳐야 링크밑줄이 안나올까요?
포인트 팍팍 주고 싶지만.. 갖구 있는게 별로 없어서 죄송해요 꼭좀 부탁드릴께요~
=============================================================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=250 height=80 cellpadding=0 cellspacing=0>
<colgroup width=14>
<colgroup>
<colgroup width=37>
<colgroup width=14>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=2 align=center>
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?=$latest_skin_path?>/img/arrow.gif">
<?
echo $list[$i][icon_reply] . " ";
echo "<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 "</a>";
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];
echo " " . $list[$i][icon_file];
echo " " . $list[$i][icon_link];
echo " " . $list[$i][icon_hot];
echo " " . $list[$i][icon_secret];
?></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/line_bg.gif" width="10" height="1"></td>
</tr>
</table> </td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=2 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
감사하게도 회원자료스킨을 받아서 사용하고 있는데..
깔끔한게 제일 맘에 들었거든요..
홈피 메인 최신 게시글을 활용중인데,
링크밑줄이 사라지지 않고 계속 유지되네요
소스 복사해서 올려요 ~어디를 고쳐야 링크밑줄이 안나올까요?
포인트 팍팍 주고 싶지만.. 갖구 있는게 별로 없어서 죄송해요 꼭좀 부탁드릴께요~
=============================================================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=250 height=80 cellpadding=0 cellspacing=0>
<colgroup width=14>
<colgroup>
<colgroup width=37>
<colgroup width=14>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=2 align=center>
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<?=$latest_skin_path?>/img/arrow.gif">
<?
echo $list[$i][icon_reply] . " ";
echo "<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 "</a>";
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];
echo " " . $list[$i][icon_file];
echo " " . $list[$i][icon_link];
echo " " . $list[$i][icon_hot];
echo " " . $list[$i][icon_secret];
?></td>
</tr>
<tr>
<td background="<?=$latest_skin_path?>/img/line_bg.gif" width="10" height="1"></td>
</tr>
</table> </td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=2 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
댓글 전체
<tr>
<td background="<?=$latest_skin_path?>/img/line_bg.gif" width="10" height="1"></td>
</tr>
이부분을 삭제 해서 사용하시면 됩니다 ㅋ
<td background="<?=$latest_skin_path?>/img/line_bg.gif" width="10" height="1"></td>
</tr>
이부분을 삭제 해서 사용하시면 됩니다 ㅋ
답변 감사드립니다.. 하지만..
말씀해주신것처럼 삭제했더니..
백그라운드(약간회색bg)만 사라지고 링크 밑줄은 그대로 남아있네요 ㅠㅠ
제가 원하는건 링크 밑줄이 유지되지 않게 하는것인데 말이죠..
말씀해주신것처럼 삭제했더니..
백그라운드(약간회색bg)만 사라지고 링크 밑줄은 그대로 남아있네요 ㅠㅠ
제가 원하는건 링크 밑줄이 유지되지 않게 하는것인데 말이죠..
css
a link {text-decoration:none;
a link {text-decoration:none;