글쓰기 기본내용이요... 정보
글쓰기 기본내용이요...본문
http://mstkorea.com/bbs/board.php?bo_table=pro1&wr_id=6&page=0&sca=&sfl=&stx=&sst=&sod=&spt=0&page=0
테이블을 넣었는데..
글쓰기를 하면 위 화면처럼 br/ 코드가 자동으로 생겨서 보기가 안좋아집니다.
어디를 수정해야 하는지..
답변 부탁드립니다..
테이블 내용은
<table width=100% border=1 cellpadding=0 cellspacing=0 bordercolor=#CCCCCC><tr><td width=50% height=30 bgcolor=#E1EFFF>size</td><td width=50% bgcolor=#E1EFFF>packing</td></tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr></table>
이건데..
소스보기를 하면
<TABLE border=1 cellSpacing=0 borderColor=#cccccc cellPadding=0 width="100%">
<br/><TBODY>
<br/><TR>
<br/><TD bgColor=#e1efff height=30 width="50%">size</TD>
<br/><TD bgColor=#e1efff width="50%">packing</TD></TR>
<br/><TR>
<br/><TD height=30>ㅁㄴㅇ</TD>
<br/><TD>ㅁㄴㅇ</TD></TR>
<br/><TR>
<br/><TD height=30>123</TD>
<br/><TD>124</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR></TBODY></TABLE>
이런식이 되네요.....br 이 어디서 튀어나오는건지.... 에휴..
테이블을 넣었는데..
글쓰기를 하면 위 화면처럼 br/ 코드가 자동으로 생겨서 보기가 안좋아집니다.
어디를 수정해야 하는지..
답변 부탁드립니다..
테이블 내용은
<table width=100% border=1 cellpadding=0 cellspacing=0 bordercolor=#CCCCCC><tr><td width=50% height=30 bgcolor=#E1EFFF>size</td><td width=50% bgcolor=#E1EFFF>packing</td></tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr><tr>
<td height=30></td>
<td></td>
</tr></table>
이건데..
소스보기를 하면
<TABLE border=1 cellSpacing=0 borderColor=#cccccc cellPadding=0 width="100%">
<br/><TBODY>
<br/><TR>
<br/><TD bgColor=#e1efff height=30 width="50%">size</TD>
<br/><TD bgColor=#e1efff width="50%">packing</TD></TR>
<br/><TR>
<br/><TD height=30>ㅁㄴㅇ</TD>
<br/><TD>ㅁㄴㅇ</TD></TR>
<br/><TR>
<br/><TD height=30>123</TD>
<br/><TD>124</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR>
<br/><TR>
<br/><TD height=30>5</TD>
<br/><TD>5</TD></TR></TBODY></TABLE>
이런식이 되네요.....br 이 어디서 튀어나오는건지.... 에휴..
댓글 전체

view.skin.php 정도에
nl2br() 함수가 있는지 살펴 보세요.
nl2br() 함수가 있는지 살펴 보세요.
다른 이상한 소스가 들어있었네요.. 늦은시간에 답변주셔서 감사합니다.