<DIV id=vhrms style="LEFT:0px; VISIBILITY: visible; WIDTH: 17%; POSITION: absolute; TOP:0px"> <TABLE style="BACKGROUND-POSITION: 0px 0px; FILTER: Alpha(Opacity=95); BACKGROUND-REPEAT: no-repeat" cellSpacing=0 cellPadding=0 width="100%" background=원하는 이미지 주소 frame=void> <TBODY> <TR> <TD><IFRAME style="FILTER: Alpha(Opacity=50)" src="원하는 카페 한줄메모장 주소 width=650 scrolling=yes height=450> </IFRAME> </TBODY></TABLE></DIV>
위 소스를 메모장이나 나모에서 memo.htm 로 계정에 올리셨다면 이래와 같이
주인백에 넣으시면됩니다
<script>
/*window.open*/("계정주소/memo.htm","","width=650,height=430");
</script>
게시판에 팝업으로 띄우실려면 메모장에 소스를 붙여넣고
<script>
/*window.open*/("계정주소/memo.htm","","width=650,height=430");
</script>
cmemo.htm으로 다시 저장하여 계정에 올리시어 아래와 같이 아이프래임으로 넣어주면됩니다.
<iframe width=0 height=0 src=계정주소/cmemo.htm border=0 frameborder=0 framespacing=0 hspace=0 marginheight=0 marginwidth=0 scrolling=yes vspace=0>
</iframe>