어떤님 스킨을 쓰는데요.
<font color=red>히트</font>서울특별시 동대문구
이런식으로 하면 저 히트 부분이 빨간색으로 안나오고
저 소스 그대로 나옵니다.
태그를 인식 되게 할 수 는 없을까요?
[code]
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 최신글 설정
$n_width = 320; // 들어갈 폭에 맞게 전광판 넓이 설정
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div style="width:320px; height:20px; overflow: hidden;">
<marquee width='<?=$n_width?>' direction='up' scrollamount='1' scrolldelay=70 height=20 onmouseover='this.stop();' onmouseout='this.start();'>
<?
for ($i=0; $i<count($list); $i++) {
echo "<a href='{$list[$i][href]}'>";
echo "<font style='font-family:돋움; line-height:140%; font-size:9pt; color:#6A6A6A; word-spacing: -0.1em;'>{$list[$i][subject]}</font>";
echo "</a>";
echo "<br>";
}
?>
</marquee>
</div></td>
</tr>
</table>
[/code]
<font color=red>히트</font>서울특별시 동대문구
이런식으로 하면 저 히트 부분이 빨간색으로 안나오고
저 소스 그대로 나옵니다.
태그를 인식 되게 할 수 는 없을까요?
[code]
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 최신글 설정
$n_width = 320; // 들어갈 폭에 맞게 전광판 넓이 설정
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div style="width:320px; height:20px; overflow: hidden;">
<marquee width='<?=$n_width?>' direction='up' scrollamount='1' scrolldelay=70 height=20 onmouseover='this.stop();' onmouseout='this.start();'>
<?
for ($i=0; $i<count($list); $i++) {
echo "<a href='{$list[$i][href]}'>";
echo "<font style='font-family:돋움; line-height:140%; font-size:9pt; color:#6A6A6A; word-spacing: -0.1em;'>{$list[$i][subject]}</font>";
echo "</a>";
echo "<br>";
}
?>
</marquee>
</div></td>
</tr>
</table>
[/code]
댓글 4개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기