최근게시물의 출력 타겟지정하기 정보
최근게시물의 출력 타겟지정하기본문
아래의 내용은 최근게시물스킨의 목록이 보여지는 부분입니다
질문1.아래를 클릭시 출력되는 타겟을 지정하길 원합니다..
타겟의 이름은 target="inner" 입니다...
질문2,위의 타겟을 지정하면서 target="inner_1"로 지정된것은 없어지도록 설정이 가능할런지요
왜냐하면 아래의 내용은 이미 target="inner_1"에서 보여지는데 target="inner" 가 출력되면
2개의 화면이 보여집니다...
<table width=95%>
<tr>
<td height=25><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>
<tr><td bgcolor=#EBEBEB height=1></td></tr>
</table>
댓글 전체
그걸 고쳐야 해요.
위를 보고
"<a href='{$list[$i]['href']}'>"; ??
<a href=\"{$list[$i]['comment_href']}\">< ??
는 알 수가 없습니다.