묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
코멘트부분에 글자를 제한하고
2003.07.10 14:39
공지사항에서 최근의 글이 공지사항에 출력이 되는데
제일 최근의 글은 제목과 내용이 나오거든요?
그런데 글자가 길어지면 테이블이 깨지거든요?
그래서
코멘트부분에 글자를 제한하고 싶은데
제한하는 코드가 어떻게 되는지요?
[comment]
이런 부분이 있는데
25자로 출력을 제한할렴
어떻게 하는지요?
고수님들 답 좀 주세요
http://photoria.co.kr
소스첨부합니다.
<style type="text/css">
<!--
body,td,tr,table{font-size:10pt; font-family:돋움;color:#7C7878;line-height:115%}
BODY
{scrollbar-face-color:#F7F7F7; scrollbar-shadow-color:#cccccc ;scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;scrollbar-arrow-color: #cccccc}
A:link {font-family:돋움;font-size:10pt;color:#635A52;text-decoration:none;}
A:visited {font-family:돋움;font-size:10pt;color:#635A52;text-decoration:none;}
A:active {font-family:돋움;font-size:10pt;color:#635A52;text-decoration:none;}
A:hover {font-family:돋움;font-size:10pt;color:#C7B19F;text-decoration:none;}
-->
</style>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="[dir]jum.gif" height="22" valign="top"><img src="[dir]notice.gif" border="0"></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width=100% height=3></td></tr>
<tr>
<td height="20" width="100%"> <img src="[dir]arrow.gif" > <b>[notice_subject]</b> [notice_date]</td>
</tr>
<tr><td height=1 bgcolor=#FAFAFA></td></tr>
<tr>
<td class=margin>
<div align="right">
<table border="0" cellpadding="0" cellspacing="0" width="98%" height="20">
<tr>
<td width="98%" ><div style="overflow-y:auto; overflow-x:hidden; width:100%; padding:3px" height="10">[notice_memo]</div></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<table border=0 width=100% cellspacing=0 cellpadding=0>
[loop]
<tr>
<td height="20"> <img src="[dir]arrow.gif" border=0 align=absmiddle> [subject] [comment]</td>
</tr>
[/loop]
</table>
</td>
</tr>
</table>
제일 최근의 글은 제목과 내용이 나오거든요?
그런데 글자가 길어지면 테이블이 깨지거든요?
그래서
코멘트부분에 글자를 제한하고 싶은데
제한하는 코드가 어떻게 되는지요?
[comment]
이런 부분이 있는데
25자로 출력을 제한할렴
어떻게 하는지요?
고수님들 답 좀 주세요
http://photoria.co.kr
소스첨부합니다.
<style type="text/css">
<!--
body,td,tr,table{font-size:10pt; font-family:돋움;color:#7C7878;line-height:115%}
BODY
{scrollbar-face-color:#F7F7F7; scrollbar-shadow-color:#cccccc ;scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;scrollbar-arrow-color: #cccccc}
A:link {font-family:돋움;font-size:10pt;color:#635A52;text-decoration:none;}
A:visited {font-family:돋움;font-size:10pt;color:#635A52;text-decoration:none;}
A:active {font-family:돋움;font-size:10pt;color:#635A52;text-decoration:none;}
A:hover {font-family:돋움;font-size:10pt;color:#C7B19F;text-decoration:none;}
-->
</style>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="[dir]jum.gif" height="22" valign="top"><img src="[dir]notice.gif" border="0"></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width=100% height=3></td></tr>
<tr>
<td height="20" width="100%"> <img src="[dir]arrow.gif" > <b>[notice_subject]</b> [notice_date]</td>
</tr>
<tr><td height=1 bgcolor=#FAFAFA></td></tr>
<tr>
<td class=margin>
<div align="right">
<table border="0" cellpadding="0" cellspacing="0" width="98%" height="20">
<tr>
<td width="98%" ><div style="overflow-y:auto; overflow-x:hidden; width:100%; padding:3px" height="10">[notice_memo]</div></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<table border=0 width=100% cellspacing=0 cellpadding=0>
[loop]
<tr>
<td height="20"> <img src="[dir]arrow.gif" border=0 align=absmiddle> [subject] [comment]</td>
</tr>
[/loop]
</table>
</td>
</tr>
</table>
댓글 2
-
에지☆Willem
2003.07.10 18:30
유용한 팁에서 '코멘트'로 검색부터 해주세요. -
김경원
2003.07.12 09:54
걍 maxlen="25" 해주면 되는거 아닌가요 ㅡㅡ;;