sms/index.php 페이지에서 문자보내려는데... 정보
버그 sms/index.php 페이지에서 문자보내려는데...본문
댓글 전체
버그랄것도 없지만... write.php파일에서 아래와 같이 하면 되더군요^^두번째 colgroup에서 폭값을 90정도로 주면 되었습니다....^^ 저와 같이 이것 때문에 고심하는 분이 계실까봐서..올립니다.
<td title='받는 번호'>
<div style="letter-spacing:-1px; margin:5px 0 5px 0; color:#777;">받는 번호</div>
<div style="height:96px; border:1px solid #ccc; overflow:auto;">
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<colgroup align=center width="20">
<colgroup align=center width="90">
<? for ($i=1; $i<=50; $i++) { ?>
<td title='받는 번호'>
<div style="letter-spacing:-1px; margin:5px 0 5px 0; color:#777;">받는 번호</div>
<div style="height:96px; border:1px solid #ccc; overflow:auto;">
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<colgroup align=center width="20">
<colgroup align=center width="90">
<? for ($i=1; $i<=50; $i++) { ?>