질문 & 답변 게시판

홈페이지 메인에 최근게시물 공지사항(빨간 테두리)을 달았습니다.
헌데 게시물 타이틀은 글자수를 제한할 수 있겠는데
내용같은 경우 100자 1000자 넘어가도 메인에 그대로 다 출력이 되버리더군요.
이럴 때 빨간색으로 밑줄 그은 것처럼 '[더보기]'와 같은 아이콘을 만들어
출력되는 글자수 제한을 주고 싶습니다.
어디에서 수정해야 하는건가요?
제가 초보자라 그러는데 조금 정확하게 설명해 주시면 정말 고맙겠습니다~
아래는 스킨 소스입니다.
---------------------------------------------------------------------------------------------------------------------------
<style>
body,td,select,input,div,form,textarea,center,option,pre,blockquote {font-size:8pt;font-family:verdana;color:666666;line-height:160%;letter-spacing:-1}
a:link {color:666666;text-decoration:none}
a:visited {color:666666;text-decoration:none}
a:active {color:666666;text-decoration:none}
a:hover {color:999999;text-decoration:none}
.tahoma {font-family:tahoma; font-size:7pt; color:#B9B9B9; letter-spacing:0}
.ver {font-family:verdana; font-size:10px; color:#666666; letter-spacing:-1}
</style>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height=20 colspan=2> <b>[title]</b></td>
</tr>
<tr>
<td height=1 width="100%" colspan=2 bgcolor=#F3F3F3></td>
</tr>
<tr>
<td height=23 width="100%"> <img src="[dir]arrow.gif" border=0 align=absmiddle> [notice_subject] </td>
<td height=23 width=70 align=right class=ver>[notice_date] </td>
</tr>
<tr>
<td height=1 width="100%" colspan=2 bgcolor=#F3F3F3></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><div id=scroll style="padding:8px; width:100%; overflow:hidden;">[notice_memo]</div></td>
</tr>
</table>
<table border=0 width=100% cellspacing=0 cellpadding=0>
<tr>
<td height=1 width=100% bgcolor=#F3F3F3></td>
</tr>
[loop]
<tr onMouseOver=this.style.backgroundColor='#FCFCFC' onMouseOut=this.style.backgroundColor=''>
<td height="21" width=100%> <img src="[dir]arrow2.gif" border=0 align=absmiddle> [subject] <font class=ver>([date])</font> <font class=tahoma>[comment]</font></td>
</tr>
<tr>
<td height=1 width=100% bgcolor=#F3F3F3></td>
</tr>
[/loop]
</tab


