최신글같은
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' />";
?>
활용팁에 이마나와있었군요..
웹표준에 도움을 ...뇌( 평안과 행복을..)
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717635 | |
| 1717629 | |
| 1717626 | |
| 1717625 | |
| 1717621 | |
| 1717619 | |
| 1717611 | |
| 1717610 | |
| 1717609 | |
| 1717607 | |
| 1717601 | |
| 1717598 | |
| 1717591 | |
| 1717590 | |
| 1717583 | |
| 1717575 | |
| 1717572 | |
| 1717568 | |
| 1717566 | |
| 1717549 | |
| 1717545 | |
| 1717533 | |
| 1717512 | |
| 1717511 | |
| 1717508 | |
| 1717495 | |
| 1717479 | |
| 1717473 | |
| 1717470 | |
| 1717463 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기