최신글같은
php 함수를 찍어서 주소를 나타내는거...
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]['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>";
이걸 소스보기에서는...
<a href='./bbs/board.php?bo_table=01&wr_id=1'>
이런식으로 찍어나오니까.. 웹표준 위배된다고 검사기가 통과안시켜 주네요.
이경우.... 어떻게 처리하시나요??
댓글 10개
자문 자답.
<?
echo $list[$i]['icon_reply'] . " ";
$link = $list[$i]['href'];
$link = str_replace("&", "&", "$link");
echo "<a href='$link'>";
if($list[$i]['ca_name']) echo "[".$list[$i]['ca_name']."] ";
if ($list[$i]['is_notice'])
echo "<span style='color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></span>";
else
echo "{$list[$i]['subject']}";
echo "</a>";
if ($list[$i]['comment_cnt']) {
$link = $list[$i]['comment_href'];
$link = str_replace("&", "&", "$link");
echo " <a href=\"$link\">{$list[$i]['comment_cnt']}</a>";
}
// new icon
if($list[$i]['icon_new'])
echo " <img src='$latest_skin_path/img/icon_new.gif' alt='new icon' />";
?>
활용팁에 이마나와있었군요..
웹표준에 도움을 ...뇌( 평안과 행복을..)
<?
echo $list[$i]['icon_reply'] . " ";
$link = $list[$i]['href'];
$link = str_replace("&", "&", "$link");
echo "<a href='$link'>";
if($list[$i]['ca_name']) echo "[".$list[$i]['ca_name']."] ";
if ($list[$i]['is_notice'])
echo "<span style='color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></span>";
else
echo "{$list[$i]['subject']}";
echo "</a>";
if ($list[$i]['comment_cnt']) {
$link = $list[$i]['comment_href'];
$link = str_replace("&", "&", "$link");
echo " <a href=\"$link\">{$list[$i]['comment_cnt']}</a>";
}
// new icon
if($list[$i]['icon_new'])
echo " <img src='$latest_skin_path/img/icon_new.gif' alt='new icon' />";
?>
활용팁에 이마나와있었군요..
웹표준에 도움을 ...뇌( 평안과 행복을..)
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717283 | |
| 1717280 | |
| 1717268 | |
| 1717265 | |
| 1717252 | |
| 1717247 | |
| 1717243 | |
| 1717237 | |
| 1717225 | |
| 1717214 | |
| 1717208 | |
| 1717203 | |
| 1717189 | |
| 1717183 | |
| 1717177 | |
| 1717172 | |
| 1717163 | |
| 1717162 | |
| 1717156 | |
| 1717154 | |
| 1717153 | |
| 1717141 | |
| 1717140 | |
| 1717138 | |
| 1717113 | |
| 1717111 | |
| 1717105 | |
| 1717099 | |
| 1717085 | |
| 1717076 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기