묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판에 html 입력시 사라지는 현상
2019.02.07 18:55
<div style="max-width: 1920px; max-height: 1079px;">
<div style="left: 0px; width: 100%; height: 0px; position: relative; padding-bottom: 56.1979%; overflow: hidden;">
<iframe src="http://arianism.dothome.co.kr/starbread_XR_2/starbread_XR_2.html"
allowfullscreen
style="position: absolute; top: 0px; left: 0px; height: 100%; width: 1px; min-width: 100%; *width: 100%;"
frameborder="0"
scrolling="no">
</iframe>
</div>
</div>
위 html을 게시판의 <소스> 탭을 이용해 게시하면
미리보기에서는 잘 보이나,
게시후에는 iframe을 포함한 일부 내용이 사라져 백지상태로 보입니다.
해결방안을 알수있을까요?
iframe을 position:absolute;left:0;right:0;top:0;bottom:0 이렇게 처리하시면 될겁니다