최근게시물에서 내용 글자수 제한하려면..
echo "";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i][wr_content]}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'> {$list[$i][wr_content]}";
echo "</a>";
최근게시물 스킨에서 제목대신에 {$list[$i][wr_content]} 내용나오게 했는데
내용 글자수 제한하는 방법이 있을까요? 제목처럼요
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i][wr_content]}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'> {$list[$i][wr_content]}";
echo "</a>";
최근게시물 스킨에서 제목대신에 {$list[$i][wr_content]} 내용나오게 했는데
내용 글자수 제한하는 방법이 있을까요? 제목처럼요
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
위와 같이 하시면 되겠네요.