그누보드에서 아이프레임 입력문제
본문
이렇게 입력하면
<table border="0" align="center" cellpadding="0" cellspacing="0" style= width="700">
<tr>
<td><img src="" alt="" /></td>
</tr>
<tr>
<td><iframe src=""width="700" height="8400" frameborder="0" scrolling="no" topmargin="0" leftmargin="0"></iframe></td>
</tr>
<tr>
<td><iframe src=""width="700" height="733" frameborder="0" scrolling="no" topmargin="0" leftmargin="0"></iframe></td>
</tr>
<tr>
<td><img src="" alt="" /></td>
</tr>
<tr>
<td><img src="" alt="" /></td>
</tr>
</table>
이렇게 변해 버립니다. ㅠㅠ
<table align="center" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td><img src="<a href=" k38s="" nt910s3p="" nt9_series="" db_samsung="" www.ncdigitech.com="" nt910s3p_k38s_ev_open_top.jpg"="">http://www.ncdigitech.com/DB_SamSung/NT9_Series/NT910S3P/K38S/NT910S3P_K38S_Ev_Open_top.jpg" alt="" /></td></tr><tr><td><iframe width="700" height="8400" src="<a href='http://gi.esmplus.com/legend2770/IT/PC/NT/NT910S3P-K38S_LOGO.html" frameborder="0" scrolling="no" leftmargin="0" topmargin="0"></iframe></td></tr><tr><td><iframe width="700" height="733" src="<a href='http://gi.esmplus.com//legend2770/banner/it/01-003.html" frameborder="0" scrolling="no" leftmargin="0" topmargin="0"></iframe></td></tr><tr><td><img src="<a href=" db_samsung="" www.ncdigitech.com="" as="" common="" undermap.jpg"="">http://www.ncdigitech.com/DB_SamSung/Common/AS/undermap.jpg" alt="" /></td></tr><tr><td><img src="<a href=" k38s="" nt910s3p="" nt9_series="" db_samsung="" www.ncdigitech.com="" nt910s3p_k38s_ev_open.jpg"="">http://www.ncdigitech.com/DB_SamSung/NT9_Series/NT910S3P/K38S/NT910S3P_K38S_Ev_Open.jpg" alt="" /></td></tr>
</tbody></table>
이거 땜에 3일 내내 퇴근을 못하고 있네요.
기존에 써있는 방법은 거의 다 해본거 같습니다.
1번. www/plugin/htmlpurifier/safeiframe.txt 추가
www.youtube.com/
gi.esmplus.com/
2번. <a> 방지를 위해 view.php 수정
3번. 아이프레임 제한 해제를 위한 common.lib 수정
그 외에도 왠만한 방법은 다 해본 듯합니다.
꼭 좀 도와주십시요~~^^
답변 4
그누 보드 소스 마자여? 저는 잘되는데
<table border="0" align="center" cellpadding="0" cellspacing="0" style= width="700">
<tr>
<td><img src="http://www.ncdigitech.com/DB_SamSung/NT9_Series/NT910S3P/K38S/NT910S3P_K38S_Ev_Open_top.jpg"></td>
</tr>
<tr>
<td>
<iframe src="http://gi.esmplus.com/legend2770/IT/PC/NT/NT910S3P-K38S_LOGO.html"width="700" height="8400" frameborder="0" scrolling="no" topmargin="0" leftmargin="0"></iframe>
</td>
</tr>
<tr>
<td><iframe src="http://gi.esmplus.com/legend2770/banner/it/01-003.html"width="700" height="733" frameborder="0" scrolling="no" topmargin="0" leftmargin="0"></iframe></td>
</tr>
<tr>
<td><img src="http://www.ncdigitech.com/DB_SamSung/Common/AS/undermap.jpg"></td>
</tr>
<tr>
<td><img src="http://www.ncdigitech.com/DB_SamSung/NT9_Series/NT910S3P/K38S/NT910S3P_K38S_Ev_Open.jpg"></td>
</tr>
</table>
제 소스를 여기 댓글에 HTML로 붙여보니 역시나 IFRAME 을 제외한 나머지 부분은 잘 보이네요.
IFRAME 문제가 아닌 소스가 변형 되는것이 문제 인듯 합니다.ㅠㅠ