최근게시물의 폰트를 바꾸고 싶은데요 특히 밑줄이 안없어집니다
최근게시물을 메인으로 뽑아냈는데
폰트에 밑줄이 안없어지네요
latest.skin.php
-------------------------------------------------------------------
<?
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%>
<tr>
<td height=15><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
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></table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><? } ?>
</table>
----------------------------------------------------------------------
폰트에 밑줄이 안없어지네요
latest.skin.php
-------------------------------------------------------------------
<?
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%>
<tr>
<td height=15><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
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></table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><? } ?>
</table>
----------------------------------------------------------------------
첨부파일
댓글 3개
13년 전
css 파일에 A테그는 밑줄 그으라고 설정 되어 있어서 그렇습니다.
13년 전
echo "<a href='{$list[$i]['href']}'>";
이것을
echo "<a href='{$list[$i]['href']}' style='text-decoration:none;'>";
이렇게
수정해보세요
이것을
echo "<a href='{$list[$i]['href']}' style='text-decoration:none;'>";
이렇게
수정해보세요
ferbruary
13년 전
감사합니다~~~~~~~~~
♥.♥
♥.♥
게시판 목록
그누4 질문답변
그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.
기존 게시물은 열람만 가능합니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 66374 | 11년 전 | 2482 | ||
| 66373 |
narasarang
|
11년 전 | 4466 | |
| 66372 |
오래된미래
|
11년 전 | 2035 | |
| 66371 |
hchan77
|
11년 전 | 2667 | |
| 66370 | 11년 전 | 2073 | ||
| 66369 |
Mariplay
|
11년 전 | 4719 | |
| 66368 | 11년 전 | 2124 | ||
| 66367 |
겟타123
|
11년 전 | 2414 | |
| 66366 |
|
11년 전 | 2943 | |
| 66365 | 11년 전 | 2538 | ||
| 66364 |
jjuguning
|
11년 전 | 2062 | |
| 66363 | 11년 전 | 2615 | ||
| 66362 |
찰리콘트롤
|
11년 전 | 2222 | |
| 66361 | 11년 전 | 2983 | ||
| 66360 | 11년 전 | 3288 | ||
| 66359 |
테크노관리자
|
11년 전 | 3162 | |
| 66358 | 11년 전 | 2549 | ||
| 66357 | 11년 전 | 2927 | ||
| 66356 |
Mariplay
|
11년 전 | 2319 | |
| 66355 |
nsakura
|
11년 전 | 2739 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기