<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
    <channel>
        <title><![CDATA[zbXE 팁 공유]]></title>
        <link><![CDATA[http://www.zeroboard.com/zbxe_user_tip]]></link>
        <description><![CDATA[제로보드XE의 팁과 정보를 공유하는 곳입니다.]]></description>
        <language>ko</language>
        <pubDate>Sun, 31 Aug 2008 01:20:18 +0900</pubDate>
        <totalCount>522</totalCount>
                <item>
            <title><![CDATA[메인화면에 플래시 쉽게 삽입하는 방법..]]></title>
            <author><![CDATA[청개구리00]]></author>
            <link><![CDATA[http://www.zeroboard.com/17224438]]></link>
                        <description><![CDATA[<div class="xe_content">페이지수정을 눌르시고..<BR />내용직접추가를 누르시고..<BR />에디트가 하나 뜨는데..<BR />html에 자바로 넣어서 플래시를 넣으시면 됩니다..<BR />그럼 간편하게 플래시가 삽입이 되죠..<BR />저 이거 찾는데 2주 걸렸습니다..<BR />돌던지지 말아주세요..<BR /><BR /><A href="http://nowon.ivyro.net/zbxe/home/?mid=home">http://nowon.ivyro.net/zbxe/home/?mid=home</A><BR /></div>]]></description>
                        <pubDate>Sat, 30 Aug 2008 08:52:31 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[밑에 페이지 네비게이션 수정 (다음10개, 이전10개등으로)]]></title>
            <author><![CDATA[Clanss]]></author>
            <link><![CDATA[http://www.zeroboard.com/17221901]]></link>
                        <description><![CDATA[<div class="xe_content">현재 페이지 네비게이션이 제로보드같은 경우는<BR /><BR /><BR /><BR /><BR /><BR />첫페이지로 가기 (&lt;&lt;) 1 &nbsp;2 &nbsp;3 &nbsp;4&nbsp; 5&nbsp; 6&nbsp; 7&nbsp; 8&nbsp; 9&nbsp; 10&nbsp; (&gt;&gt;) 끝페이지로 가기<BR /><BR />이렇게 네비게이션이 등록되어있는데요.<BR /><BR />불편하시다는 분들이 계셔서 (페이지가 수십페이지 이상이 되기 시작하면)<BR /><BR />한번 고쳐봤습니다.<BR /><BR /><BR />게시판 스킨에 보시면<BR /><BR />list.html 파일중<BR /><BR />&nbsp;&nbsp;&nbsp; &lt;!-- 페이지 네비게이션 --&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="pageNavigation"&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{getUrl('page','','document_srl','','division',$division,'last_division',$last_division)}" class="goToFirst"&gt;&lt;img src="./images/common/bottomGotoFirst.gif" alt="{$lang-&gt;first_page}" width="7" height="5" /&gt;&lt;/a&gt; <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@while($page_no">!--@while($page_no</A> = $page_navigation-&gt;getNextPage())--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@if($page">!--@if($page</A> == $page_no)--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class="current"&gt;{$page_no}&lt;/span&gt; <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@else">!--@else</A>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{getUrl('page',$page_no,'document_srl','','division',$division,'last_division',$last_division)}"&gt;{$page_no}&lt;/a&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@end">!--@end</A>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@end">!--@end</A>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{getUrl('page',$page_navigation-&gt;last_page,'document_srl','','division',$division,'last_division',$last_division)}" class="goToLast"&gt;&lt;img src="./images/common/bottomGotoLast.gif" alt="{$lang-&gt;last_page}" width="7" height="5" /&gt;&lt;/a&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;<BR /><BR /><BR />이 부분이 있습니다.<BR /><BR /><BR />그 부분을&nbsp;<BR /><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- 페이지 네비게이션 --&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="pageNavigation"&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@if">!--@if</A> ($page &gt; 10)--&gt;&lt;a href="{getUrl('page',$page-10,'document_srl','','division',$division,'last_division',$last_division)}" class="goToFirst"&gt;이전10개&lt;img src="./images/common/bottomGotoFirst.gif" alt="이전" width="7" height="5" /&gt;&lt;/a&gt;&lt;<A href="mailto:!--@end">!--@end</A>--&gt; <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@if">!--@if</A> ($page &gt; 6)--&gt;&lt;a href="{getUrl('page',1,'document_srl','','division',$division,'last_division',$last_division)}"&gt;1&lt;/a&gt;...&lt;<A href="mailto:!--@end">!--@end</A>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@while($page_no">!--@while($page_no</A> = $page_navigation-&gt;getNextPage())--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@if($page">!--@if($page</A> == $page_no)--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class="current"&gt;{$page_no}&lt;/span&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@else">!--@else</A>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{getUrl('page',$page_no,'document_srl','','division',$division,'last_division',$last_division)}"&gt;{$page_no}&lt;/a&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@end">!--@end</A>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:!--@end--%3E%3C!--@if">!--@end--&gt;&lt;!--@if</A> ($page_navigation-&gt;last_page &gt; 10 &amp;&amp; $page != $page_navigation-&gt;last_page &amp;&amp; $page_navigation-&gt;last_page-$page &gt; 4)--&gt;...&lt;a href="{getUrl('page',$page_navigation-&gt;last_page,'document_srl','','division',$division,'last_division',$last_division)}"&gt;{$page_navigation-&gt;last_page}&lt;/a&gt;&lt;<A href="mailto:!--@end">!--@end</A>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{getUrl('page',$page+10,'document_srl','','division',$division,'last_division',$last_division)}" class="goToLast"&gt;다음10개&lt;img src="./images/common/bottomGotoLast.gif" alt="{$lang-&gt;last_page}" width="7" height="5" /&gt;&lt;/a&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;<BR /><BR />이런식으로 고쳤습니다.<BR /><BR />페이지 네비게이션 보이는 수는 10개로 했을때입니다<BR /><BR />보여지는 수에 따라 바꿔서 적용 하시면 됩니다.<BR /><BR />대충 눈때중으로 만들어서 그다지 코드가 효과적이지 않을수도 있습니다.<BR /><BR /><BR />적용한 사이트는 <A href="http://www.rimi.kr/">http://www.rimi.kr</A>&nbsp;입니다.<BR /><BR />혹 질답게시판에 있었거나 다른 분이 먼저 답하셨다면 지우겠습니다 ^^<BR /><BR /><img src="http://www.zeroboard.com/files/attach/images/121/901/221/017/12345.jpg" alt="12345.jpg" title="12345.jpg" style="" /><BR /></div>]]></description>
                        <pubDate>Fri, 29 Aug 2008 14:20:21 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[댓글(코멘트) 입력창에 이미지 넣기]]></title>
            <author><![CDATA[skyatc]]></author>
            <link><![CDATA[http://www.zeroboard.com/17220496]]></link>
                        <description><![CDATA[<div class="xe_content"><BR />안녕하세요...이곳에 처음으로 글을 작성합니다.<BR /><BR />제가 하려고 했던 기능은....<BR />댓글 부분에 글을 미리 넣어두고 onFocus 이벤트를 줘서 클릭하면 문장이 사라지게 하려고 했습니다.<BR /><BR />그런데 댓글 부분이 textarea 가 아니고 iframe 으로 되어있어서...이벤트를 줄수가 없더라구요...<BR />질문게시판을 통해서 여러번 질문드렸는데 답변 주는 분이 없어서&nbsp;어쩔수 없이... 배경으로 처리했습니다.<BR />(결정적인 단서를 제공해주신 <IMG title="id: ⅴⅴⅴⅴⅴ" style="VERTICAL-ALIGN: middle; MARGIN-RIGHT: 3px" alt="id: ⅴⅴⅴⅴⅴ" src="http://www.zeroboard.com/files/member_extra_info/image_name/581/932/016/16932581.gif" border=0>&nbsp; 님께 감사드립니다!)<BR /><BR />적용된 예시를 미리 보여드리자면... 아래 그림과 같은 식으로 작동합니다.<BR /><BR /><img src="http://www.zeroboard.com/files/attach/images/121/496/220/017/comm.jpg" alt="comm.jpg" title="comm.jpg" style="" /><BR /><BR /><BR /><FONT color=#ee2222><STRONG>배경이기때문에 글을 써도 저 부분은 남아있구요...<BR />에디터 배경으로 넣었기때문에 글쓰기를 하면 배경으로 깔려있습니다.<BR />단, 글쓰기를 완료하면 보이지 않습니다.<BR /></STRONG></FONT><FONT color=#000000><BR />적용 방법은 아래와 같습니다. (zbxe는 제로보드가 설치된 폴더를 뜻합니다.)<BR /><BR />/zbxe/modules/editor/skins/default/editor.html 의 중간 136줄(에디트플러스 기준)을 보면 아래와 같은 코드가 있습니다.<BR />
&nbsp; &lt;!-- 에디터 출력 --&gt;<BR />&nbsp;&nbsp;&nbsp; &lt;div class="editor_iframe_box"&gt;&lt;iframe id="editor_iframe_{$editor_sequence}" frameborder="0" height="{$editor_height}" style="<STRONG><FONT color=#ee2222>background-color:transparent;</FONT></STRONG>" allowTransparency="true"&gt;&lt;/iframe&gt;&lt;/div&gt;<BR />&nbsp;&nbsp;&nbsp; &lt;textarea id="editor_textarea_{$editor_sequence}" class="editor_iframe_textarea" style="display:none; height:{$editor_height}"&nbsp; rows="10" cols="10"&gt;&lt;/textarea&gt;<BR />빨간색 부분을 이미지 경로에 맞게 변경해줍니다.<BR /><BR />야래 예시의 경우 <BR />/zbxe/modules/editor/skins/<FONT color=#ee2222><STRONG>default</STRONG></FONT><FONT color=#000000>/images 경로에 ABC.gif 이미지를 저장했을 경우입니다.</FONT><BR /><BR />
&nbsp;&nbsp;&nbsp; &lt;!-- 에디터 출력 --&gt;<BR />&nbsp;&nbsp;&nbsp; &lt;div class="editor_iframe_box"&gt;&lt;iframe id="editor_iframe_{$editor_sequence}" frameborder="0" height="{$editor_height}" style="<STRONG><FONT color=#ee2222>background:transparent url(./modules/editor/skins/default/images/ABC.gif) no-repeat right top</FONT></STRONG>;" allowTransparency="true"&gt;&lt;/iframe&gt;&lt;/div&gt;<BR />&nbsp;&nbsp;&nbsp; &lt;textarea id="editor_textarea_{$editor_sequence}" class="editor_iframe_textarea" style="display:none; height:{$editor_height}"&nbsp; rows="10" cols="10"&gt;&lt;/textarea&gt;<BR />끝입니다...간단하죠?? ^^;;;<BR /><BR />다시 한번 말씀드리지만<BR /><FONT color=#ee2222><STRONG>에디터 배경으로 넣었기때문에 글쓰기(게시물)를 하면 배경으로 깔려있습니다.<BR /></STRONG></FONT><FONT color=#000000>적용하실 분들은 이점을 꼭 미리 알고 게셔야 나중에 당황하는 일이 발생하지 않습니다..-_-<BR /></FONT><BR />그리고 혹시...댓글을 쓰기 위해서&nbsp; 댓글창에 마우스를 갖다대면... 배경 사라지게 할줄 아는 분 계시면...<BR />팁 공개를 정중히 요청드립니다...(__ )<BR /><BR />이상 허접 팁이었습니다~<BR /><BR /><A href="http://www.skyatc.com/humor_wit" target=_blank>적용페이지 미리보기</A> &lt;-- 직접 보실 분들은 링크를 클릭하세요~ (제 홈페이지가 좀 느리니...이해해주시길..)<BR /></FONT></div>]]></description>
                        <pubDate>Fri, 29 Aug 2008 03:25:23 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[음악넣는 BGM코드 70종류 입니다]]></title>
            <author><![CDATA[푸른커튼]]></author>
            <link><![CDATA[http://www.zeroboard.com/17208090]]></link>
                        <description><![CDATA[<div class="xe_content"><P class=entrydesc>홈페이지에 간단히 음악넣는 BGM코드 70종류 입니다<BR />기존의 윈도우미디어플레이어 엔진보다 3배이상 로딩이 빠른 세이라디오 엔진을 사용했기 때문에 <BR />제로보드와 같은 메뉴 클릭시마다 페이지를 다시 로딩해야 하는 원프레임 홈페이지에 넣어도 무난합니다.<BR /><BR />복잡한 BGM설치 과정없이 간단한 코드 한줄을 넣음으로써 홈페이지에 음악을 나오게 할수 있습니다.<BR /><BR /><BR />BGM 을 홈페이지에 넣으시는 방법에는 몇가지가 있습니다.</P>
<P class=entrydesc>&lt;일반홈페이지에 설치하는 방법&gt;</P>
<P class=entrydesc><A href="http://lovene.dnip.net/tt/8" target=_blank><FONT color=#0099ff>1. 프레임셋으로 분리해서 넣는 방법 &lt;--클릭</FONT></A><BR /><A href="http://lovene.dnip.net/tt/36" target=_blank><FONT color=#0099ff>2. 아이프레임으로 넣는 방법 &lt;---클릭</FONT></A><BR /><A href="http://lovene.dnip.net/tt/37" target=_blank><FONT color=#0099ff>3. 팝업형으로 넣는 방법 &lt;--- 클릭</FONT></A></P>
<P class=entrydesc>아래에는 아이프레임(iframe)으로 넣는 html 코드입니다.</P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc><B><FONT color=#ff00ff>아래의 소스 중에 shift 키와 함께 BGM 주소를 누르시면 </FONT></B></P>
<P class=entrydesc><B><FONT color=#ff00ff>새창 띄우기로 BGM 의 모습을 미리 보실 수 있습니다</FONT></B></P>
<P class=entrydesc>====================================================================================</P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc>&lt;mrsj님의 스킨&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc><IMG style="WIDTH: 512px; HEIGHT: 19px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203307011_52.JPG" onc　lick="parent.BodyImgLayerPop(this.src);"></P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/52.php" target=_blank><FONT color=#f328ff>http://bgm.music24.kr/bgm/52.php</FONT></A>" width="594" height="22" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>=====================================================================================</P>
<P class=entrydesc>&lt;sseri 님의 스킨&gt;</P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc><IMG style="WIDTH: 140px; HEIGHT: 17px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203307011_57.JPG" onc　lick="parent.BodyImgLayerPop(this.src);"></P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/57.php" target=_blank><FONT color=#f328ff>http://bgm.music24.kr/bgm/57.php</FONT></A>" width="526" height="17" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>====================================================================================</P>
<P class=entrydesc>&lt;사랑비 pink 기본스킨&gt;</P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc><IMG style="WIDTH: 209px; HEIGHT: 20px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203307011_73.JPG" onc　lick="parent.BodyImgLayerPop(this.src);"></P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/73.php" target=_blank><FONT color=#d801e5>http://bgm.music24.kr/bgm/73.php</FONT></A>" width="526" height="20" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>====================================================================================</P>
<P class=entrydesc><BR />&lt;yoonmi님의 블랙앤 화이트스킨&gt;</P>
<P class=entrydesc><BR /><IMG style="WIDTH: 125px; HEIGHT: 20px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203307011_63.JPG" onc　lick="parent.BodyImgLayerPop(this.src);"></P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/63.php" target=_blank><FONT color=#d801e5>http://bgm.music24.kr/bgm/63.php</FONT></A>" width="526" height="20" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>====================================================================================</P>
<P class=entrydesc>&lt;noel님의 noel_s_v4_black2 스킨&gt;<BR /><BR /><IMG style="WIDTH: 143px; HEIGHT: 20px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203307011_70.JPG" onc　lick="parent.BodyImgLayerPop(this.src);"></P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/70.php" target=_blank><FONT color=#d801e5>http://bgm.music24.kr/bgm/70.php</FONT></A>" width="526" height="20" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>====================================================================================</P>
<P class=entrydesc>&lt;noel님의 noel_s_v4_BnO 스킨&gt;<BR /><BR /><IMG style="WIDTH: 206px; HEIGHT: 23px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203307011_71.JPG" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /></P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/71.php" target=_blank><FONT color=#d801e5>http://bgm.music24.kr/bgm/71.php</FONT></A>" width="206" height="23" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>====================================================================================</P>
<P class=entrydesc>&lt;noel 님의 noel_s_v4_black 스킨&gt;</P>
<P class=entrydesc><BR /><IMG style="WIDTH: 172px; HEIGHT: 18px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203307011_72.JPG" onc　lick="parent.BodyImgLayerPop(this.src);"></P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/72.php" target=_blank><FONT color=#d801e5>http://bgm.music24.kr/bgm/72.php</FONT></A>" width="526" height="18" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>====================================================================================</P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc><BR /><IMG style="WIDTH: 510px; HEIGHT: 88px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1201877836_977902229_92978564_trbgm.jpg" align=top onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://music24.kr/bgm/1.php" target=_blank>http://music24.kr/bgm/1.php</A>" width="150" height="21" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /><BR />=====================================================================<BR /><BR /><BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 27px" height=28 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1280468320.jpg" width=526></DIV></DIV>
<P class=entrydesc><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://music24.kr/bgm/50.php" target=_blank>http://music24.kr/bgm/50.php</A>" width="526" height="28" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc>===========================================================================</P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 14px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo1_1.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/1/exobud.html</FONT></A></A></A><FONT color=#767173>" &nbsp;&nbsp; width="916" height="23" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 19px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo2.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/2/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/2/exobud.html</FONT></A></A></A><FONT color=#767173>" width="915" height="34" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><IMG style="WIDTH: 512px; HEIGHT: 19px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo3.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173>&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/3/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/3/exobud.html</FONT></A></A></A><FONT color=#767173>" width="658" height="24" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 15px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo4.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/4/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/4/exobud.html</FONT></A></A></A><FONT color=#767173>" width="688" height="21" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 122px; HEIGHT: 20px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo5.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173>&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/5/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/5/exobud.html</FONT></A></A></A><FONT color=#767173>" width="122" height="20" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 13px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo6.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/6/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/6/exobud.html</FONT></A></A></A><FONT color=#767173>" width="911" height="23" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 17px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo7.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/7/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/7/exobud.html</FONT></A></A></A><FONT color=#767173>" width="914" height="29" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc></P>
<P class=entrydesc></P>
<P class=entrydesc></P>
<DIV class=entrydesc></DIV>
<P class=entrydesc></P>
<P class=entrydesc><FONT color=#767173></P>
<P class=entrydesc><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 20px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo8.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/8/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/8/exobud.html</FONT></A></A></A><FONT color=#767173>" width="821" height="31" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><A href="http://music24.kr/" target=_blank><B>http://music24.kr</B></A> <BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 17px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo9.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/9/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/9/exobud.html</FONT></A></A></A><FONT color=#767173>" width="905" height="29" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 17px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo10.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173>&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/10/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/10/exobud.html</FONT></A></A></A><FONT color=#767173>" width="861" height="29" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR /><BR /><BR /><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 147px; HEIGHT: 58px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo11.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173>&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/11/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/11/exobud.html</FONT></A></A></A><FONT color=#767173>" width="147"&nbsp; height="58" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 57px; HEIGHT: 12px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo12.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173>&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/12/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/12/exobud.html</FONT></A></A></A><FONT color=#767173>" width="57" height="12" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 21px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo13.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/13/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/13/exobud.html</FONT></A></A></A><FONT color=#767173>" width="736" height="31" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173><IMG style="WIDTH: 119px; HEIGHT: 31px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo14.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR />&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/14/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/14/exobud.html</FONT></A></A></A><FONT color=#767173>" width="119" height="31" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------<BR /></FONT></P>
<P class=entrydesc><FONT color=#767173><BR /><BR /><BR />----------------------------------------------------------------------</FONT></P>
<P class=entrydesc><FONT color=#767173>마우스를 올리면 커버가 열립니다.</FONT></P>
<P class=entrydesc><BR /><FONT color=#767173><IMG style="WIDTH: 512px; HEIGHT: 14px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo15.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /><IMG style="WIDTH: 512px; HEIGHT: 13px" alt="이미지를 클릭하시면 원본크기로 보실수 있습니다." hspace=0 src="http://blogfile.paran.com/BLOG_707058/200802/1203768737_exo15_1.jpg" onc　lick="parent.BodyImgLayerPop(this.src);"><BR /><BR /></FONT></P>
<P class=entrydesc><BR /></P>
<P class=entrydesc><FONT color=#767173>&lt;IFRAME src="</FONT><A href="http://cast.music24.kr/exo/1/exobud.html" target=_blank><A href="http://cast.music24.kr/exo/1/exobud.html%20target=%22blank%22" target=_blank><A href="http://cast.music24.kr/exo/15/exobud.html" target=_blank><FONT color=#767173>http://cast.music24.kr/exo/15/exobud.html</FONT></A></A></A><FONT color=#767173>" width="916 height="23" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; </FONT></P>
<P class=entrydesc><FONT color=#767173>----------------------------------------------------------------------</FONT></P>
<P class=entrydesc>하얀색<BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 21px" height=29 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1087111367.jpg" width=699></DIV></DIV>
<P class=entrydesc><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/aquamp/zskin_clean_aqua.html" target=_blank>http://bgm.music24.kr/aquamp/zskin_clean_aqua.html</A>" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; <BR /><BR /><BR /><BR />빨간색<BR /><BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; CURSOR: pointer; HEIGHT: 20px" height=27 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1352963099.jpg" width=700 onc　lick="open_img('/tt/attach/1/1352963099.jpg')"></DIV></DIV>
<P class=entrydesc><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/aquamp/index.html" target=_blank>http://bgm.music24.kr/aquamp/index.html</A>" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; <BR /><BR /><BR />하늘색<BR /><BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; CURSOR: pointer; HEIGHT: 22px" height=27 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1238533225.jpg" width=636 onc　lick="open_img('/tt/attach/1/1238533225.jpg')"></DIV></DIV>
<P class=entrydesc><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/aquamp/skyblue.html" target=_blank>http://bgm.music24.kr/aquamp/skyblue.html</A>" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; <BR /><BR /><BR />파란색<BR /><BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 23px" height=29 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1080291127.jpg" width=637></DIV></DIV>
<P class=entrydesc><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/aquamp/blue.html" target=_blank>http://bgm.music24.kr/aquamp/blue.html</A>" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; <BR /><BR /><BR />검은색<BR /><BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 25px" height=31 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1192330787.jpg" width=640></DIV></DIV>
<P class=entrydesc><BR /><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/aquamp/black.html" target=_blank>http://bgm.music24.kr/aquamp/black.html</A>" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; <BR /><BR /><BR />노란색<BR /><BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 37px" height=46 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1125467400.jpg" width=636></DIV></DIV>
<P class=entrydesc><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/aquamp/yellow.html" target=_blank>http://bgm.music24.kr/aquamp/yellow.html</A>" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; <BR /><BR /><BR />빨간색-두꺼운 형태<BR /><BR /></P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 35px" height=43 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1403833334.jpg" width=640></DIV></DIV>
<P class=entrydesc><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/aquamp/red_thick.html" target=_blank>http://bgm.music24.kr/aquamp/red_thick.html</A>" width="800" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; <BR /></P>
<P class=entrydesc>===========================================================================</P>
<DIV class=entrydesc><BR /></DIV>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=194 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1142148833.jpg" width=275></DIV></DIV>
<P class=entrydesc><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/27.php" target=_blank>http://bgm.music24.kr/bgm/27.php</A>" width="275" height="194" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt;<BR /></P>
<DIV class=entrydesc><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /></DIV>
<P class=entrydesc>==========================================================================</P>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=148 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1357067757.jpg" width=341></DIV></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/29.php" target=_blank>http://bgm.music24.kr/bgm/29.php</A>" width="339" height="147" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /><BR /><BR /><BR /><BR /><BR /></DIV>
<P class=entrydesc>============================================================================</P>
<DIV class=entrydesc><BR /></DIV>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; CURSOR: pointer; HEIGHT: 20px" height=28 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1281907453.jpg" width=700 onc　lick="open_img('/tt/attach/1/1281907453.jpg')"></DIV></DIV>
<P class=entrydesc>&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/25.php" target=_blank>http://bgm.music24.kr/bgm/25.php</A>" width="585" height="36" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt; </P>
<DIV class=entrydesc><BR /><BR /></DIV>
<P class=entrydesc>==============================================================================</P>
<P class=entrydesc>
<TABLE borderColor=#cccccc borderColorLight=white border=1>
<TBODY>
<TR>
<TD width=474 height=77>
<P><IMG height=26 src="http://user.chol.com/~skyblue/bgm/skin/41.jpg" width=177 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/41.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/41.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="177" height="26" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR>
<TR>
<TD width=474 height=99>
<P><IMG height=48 src="http://user.chol.com/~skyblue/bgm/skin/42.JPG" width=244 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/42.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/42.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="244" height="48" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR>
<TR>
<TD width=474 height=92>
<P><IMG height=63 src="http://user.chol.com/~skyblue/bgm/skin/43.JPG" width=163 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/43.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/43.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="163" height="63" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR>
<TR>
<TD width=474 height=99>
<P><IMG height=34 src="http://user.chol.com/~skyblue/bgm/skin/44.JPG" width=179 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/44.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/44.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="179" height="34" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR>
<TR>
<TD width=474 height=82>
<P><IMG height=206 src="http://user.chol.com/~skyblue/bgm/skin/45.JPG" width=20 border=0></P>
<P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/45.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/45.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="20" height="206" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></P></TD></TR>
<TR>
<TD width=474 height=105>
<P><IMG height=20 src="http://user.chol.com/~skyblue/bgm/skin/46.JPG" width=165 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/46.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/46.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="165" height="20" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR>
<TR>
<TD width=474 height=93>
<P><IMG height=26 src="http://user.chol.com/~skyblue/bgm/skin/47.JPG" width=498 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/47.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/47.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="498" height="26" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR>
<TR>
<TD width=474 height=85>
<P><IMG style="WIDTH: 512px; HEIGHT: 24px" height=26 src="http://user.chol.com/~skyblue/bgm/skin/48.JPG" width=553 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/48.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/48.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="553" height="26" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR>
<TR>
<TD width=474 height=67>
<P><IMG height=36 src="http://user.chol.com/~skyblue/bgm/skin/49.JPG" width=139 border=0></P><SPAN style="FONT-SIZE: 11pt">&lt;IFRAME src="</SPAN><A href="http://bgm.music24.kr/bgm/49.php" target=_blank><SPAN style="FONT-SIZE: 11pt">http://bgm.music24.kr/bgm/49.php</SPAN></A><SPAN style="FONT-SIZE: 11pt">" width="139" height="36" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</SPAN></TD></TR></TBODY></TABLE></P>
<P>&nbsp;</P>
<P><FONT size=2></FONT>&nbsp;</P>
<P><FONT size=2></FONT>&nbsp;</P>
<P><FONT size=2></FONT>&nbsp;</P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc>
<TABLE borderColor=#e7e7e7 cellSpacing=0 cellPadding=2 width=390 border=1>
<TBODY>
<TR>
<TD width=32><BR /></TD>
<TD width=644>홈페이지에 위와 같은 음악플레이어를 넣으시려면 <BR />마음에 드는 음악플레이어의 아래에 있는 소스를 홈페이지<BR />body 소스에 넣으시면 됩니다. 아이프레임방식이나 프레임셋방식등 여러 방법이 있는데.. 이글 맨아래에 아이프레임방식으로 넣는 방법을 소개해두었습니다.. 글 맨아래 참조..<BR /><BR /><BR /><BR />그리고 주의하실 점은 body 소스 첫머리에 아래의 예제와 같이 이 태그를 넣으셔야 홈페이지 좌측상단에 음악플레이어가 여백없이 딱 붙습니다 ---&gt;&nbsp; leftmargin='0' marginwidth='0' marginheight='0' topmargin='0'<BR /><BR /><BR />*body 소스에의 삽입예제<BR />-----------------------------------------------------<BR /><BR />&lt;body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin='0' marginwidth='0' marginheight='0' topmargin='0' allowTransparency="true"&gt;<BR /><BR /><BR /><B><FONT color=#ff3399>음악플레이어의 작동모습은 아래의 소스들 중의 주황색 글씨를 새창열기로 클릭하시면 보입니다.</FONT></B><BR /></TD></TR>
<TR>
<TD width=32>
<P>1</P></TD>
<TD width=344>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=21 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1379030184.jpg" width=149></DIV><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/1.php" target=_blank>http://bgm.music24.kr/bgm/1.php</A>" width="150" height="21" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>2</P></TD>
<TD width=344>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=38 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1127444644.jpg" width=157></DIV><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/2.php" target=_blank>http://bgm.music24.kr/bgm/2.php</A>" width="157" height="38" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>3</P></TD>
<TD width=344>
<P><BR /></P>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=17 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1052472053.jpg" width=153></DIV><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/3.php" target=_blank>http://bgm.music24.kr/bgm/3.php</A>" width="153" height="17" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /></TD></TR>
<TR>
<TD width=32>
<P>4</P></TD>
<TD width=344>
<P><BR /></P>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=28 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1148806389.jpg" width=154></DIV><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/4.php" target=_blank>http://bgm.music24.kr/bgm/4.php</A>" width="154" height="28" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /></TD></TR>
<TR>
<TD width=32>
<P>5</P></TD>
<TD width=344>
<P><BR /></P>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=44 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1054874780.jpg" width=133></DIV><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/5.php" target=_blank>http://bgm.music24.kr/bgm/5.php</A>" width="133" height="44" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>6</P></TD>
<TD width=344>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=70 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1029708718.jpg" width=174></DIV><BR /><BR /><BR /><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/6.php" target=_blank>http://bgm.music24.kr/bgm/6.php</A>" width="177" height="70" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>7</P></TD>
<TD width=344>
<P><BR /></P>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=34 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1003804317.jpg" width=268></DIV><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/7.php" target=_blank>http://bgm.music24.kr/bgm/7.php</A>" width="268 height="34" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /></TD></TR>
<TR>
<TD width=32>
<P>8</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=132 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1381320283.jpg" width=291></DIV><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/8.php" target=_blank>http://bgm.music24.kr/bgm/8.php</A>" width="291" height="132" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</TD></TR>
<TR>
<TD width=32>
<P>9</P></TD>
<TD width=344>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=28 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1000650738.jpg" width=513></DIV><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/9.php" target=_blank>http://bgm.music24.kr/bgm/9.php</A>" width="513" height="28" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>10</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=31 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1097272900.jpg" width=157></DIV><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/10.php" target=_blank>http://bgm.music24.kr/bgm/10.php</A>" width="157" height="31" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</TD></TR>
<TR>
<TD width=32>
<P>11</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=28 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1371046122.jpg" width=501></DIV><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/11.php" target=_blank>http://bgm.music24.kr/bgm/11.php</A>" width="100%" height="28" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>12</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=29 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1261609416.jpg" width=85></DIV><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/12.php" target=_blank>http://bgm.music24.kr/bgm/12.php</A>" width="85" height="29" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>13</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=30 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1368993793.jpg" width=155></DIV><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/13.php" target=_blank>http://bgm.music24.kr/bgm/13.php</A>" width="155" height="30" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /></TD></TR>
<TR>
<TD width=32>
<P>14</P></TD>
<TD width=344>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=145 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1201215872.jpg" width=106></DIV><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/14.php" target=_blank>http://bgm.music24.kr/bgm/14.php</A>" width="106" height="145" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR></TBODY></TABLE></P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc>
<TABLE borderColor=#e7e7e7 cellSpacing=0 cellPadding=2 width=390 border=1>
<TBODY>
<TR>
<TD width=32>
<P>15</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=34 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1001151306.jpg" width=220></DIV><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/15.php" target=_blank>http://bgm.music24.kr/bgm/15.php</A>" width="100%" height="34" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /></TD></TR>
<TR>
<TD width=32>
<P>16</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=86 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1318411384.jpg" width=161></DIV><BR /><BR /><BR /><BR /><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/16.php" target=_blank>http://bgm.music24.kr/bgm/16.php</A>" width="161" height="86" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>17</P></TD>
<TD width=344><BR /></TD></TR>
<TR>
<TD width=32>
<P>18</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=73 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1399290679.jpg" width=126></DIV><BR /><BR /><BR /><BR /><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/18.php" target=_blank>http://bgm.music24.kr/bgm/18.php</A>" width="126" height="73" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>19</P></TD>
<TD width=344><BR /><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 19px" height=23 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1344791324.jpg" width=601></DIV><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/19.php" target=_blank>http://bgm.music24.kr/bgm/19.php</A>" width="100%" height="23" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /></TD></TR>
<TR>
<TD width=32>
<P>20</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 19px" height=22 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1054211527.jpg" width=581></DIV><BR /><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/20.php" target=_blank>http://bgm.music24.kr/bgm/20.php</A>" width="100%" height="17" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>21</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=62 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1129471945.jpg" width=15></DIV><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/21.php" target=_blank>http://bgm.music24.kr/bgm/21.php</A>" width="15" height="62" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32>
<P>22</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=21 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1158116956.jpg" width=309></DIV><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/22.php" target=_blank>http://bgm.music24.kr/bgm/22.php</A>" width="309" height="24" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /><BR /><BR /><BR /></TD></TR>
<TR>
<TD width=32>
<P>23</P></TD>
<TD width=344><BR />
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=24 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1352299846.jpg" width=75></DIV><BR /><BR />&lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/23.php" target=_blank>http://bgm.music24.kr/bgm/23.php</A>" width="75" height="24" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR /></TD></TR>
<TR>
<TD width=32><BR /></TD>
<TD width=344><BR />*음악이 끊김없이 나오게 하기 위한 뮤직플레이어를 넣는 방법에는 여러가지가 있습니다.. <BR /><BR />1.프레임으로 분류된 홈페이지에서는 고정된 좌측메뉴나 상단 메뉴에 아이프레임으로 넣는 방법<BR /><BR />2.제로보드 등의 한개의 프레임(원프레임)으로 이루어진 홈피에서는 프레임셋을 이용해서 <BR />상단이나 하단 프레임에 뮤직플레이어를 넣고 메인프레임에 본래의 홈페이지를 넣는 방법<BR /><BR />3.파란카페나 다음카페와 같은 곳에서는 팝업형 플레이어를 넣는 방법을 추천합니다.<BR /><BR />위 세가지 방법에 대한 자세한 소개는 <A href="http://lovene.dnip.net/" target=_blank>http://lovene.dnip.net</A> 에 해두었습니다. 한번 둘러보세요..<BR /></TD></TR>
<TR>
<TD width=32><BR /></TD>
<TD width=344><BR />아이프레임을 이용한 뮤직플레이어 넣기 <BR />==================================================================<BR />*아이프레임 태그를 이용해서 홈페이지에 간단히 음악을 넣을 수 있습니다.<BR />아래의 태그를 복사해서 홈페이지 body 소스의 적당한 부분에 복사해 넣으시면 됩니다.<BR /><BR />*이 방법은 프레임으로 나뉜 홈피의 좌측메뉴나 상단, 하단에 적용해야 홈페이지상에서 음악의 끊김이 없습니다<BR />원프레임 홈페이지에서는 다음 글에 설명된 <A href="http://lovene.dnip.net/tt/entry/웹서버에-부담을-주지않고-홈페이지에-음악넣기-팁" target=_blank>프레임셋 이용하는 방법</A> 이나 &nbsp; &nbsp;<A href="http://lovene.dnip.net/tt/entry/팝업되는-뮤직플레이어" target=_blank>팝업형 뮤직플레이어</A>(&lt;-클릭)를 이용하세요<BR /><BR />적용된 것 미리보기는 ---&gt; ---&gt; &nbsp; <FONT color=#800080><A href="http://lovene.ohpy.com/" target=_blank>http://lovene.ohpy.com/</A></FONT> <BR /><A href="http://lovene.dnip.net/bgm/bgm.php" target=_blank>방법1-네모난 뮤직플레이어</A>(&lt;--클릭)<BR />
<P>
<TABLE style="WIDTH: 159px; HEIGHT: 91px" borderColor=#e7e7e7 cellSpacing=0 cellPadding=2 bgColor=#ffffff border=1>
<TBODY>
<TR>
<TD width=159 height=85>
<P><IMG height=85 src="http://lovene.dnip.net/365.jpg" width=159 border=0></P></TD></TR></TBODY></TABLE></P>
<P><BR />===================================================================================<BR />아래의 소스를 홈페이지의 적당한 곳에 복사해서 넣으시면 됩니다<BR />-----------------------------------------------------------------------------------<BR /><BR />&lt;table align="left" style="WIDTH: 159px; HEIGHT: 91px" borderColor=#e7e7e7 cellSpacing=0 cellPadding=2 bgColor=#ffffff border=1 &gt;<BR />&nbsp; &lt;tr&gt;<BR />&nbsp; &nbsp; &nbsp;&nbsp; &lt;td width="159" height="87"&gt;<BR />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;IFRAME src="<A href="http://bgm.music24.kr/bgm/16.php" target=_blank>http://bgm.music24.kr/bgm/16.php</A>" width="159" height="87" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt; <BR />&nbsp; &nbsp; &nbsp;&nbsp; &lt;/td&gt;<BR />&nbsp; &lt;/tr&gt;<BR />&lt;/table&gt;<BR />------------------------------------------------------------------<BR />위에서 주황색 주소부분만 원하는 음악플레이어의 주소로 대체하시면 됩니다.</P></TD></TR></TBODY></TABLE></P>
<DIV class=entrydesc>33 ------------------------------------------------------------------------<BR /></DIV>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG height=22 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1122188679.jpg" width=204></DIV></DIV>
<DIV class=entrydesc><BR /><BR /><BR />&lt;IFRAME src="<A href="http://music24.kr/bgm/33.php" target=_blank>http://music24.kr/bgm/33.php</A>" width="204" height="22" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR />---------------------------------------------------------------------------<BR /><BR /><BR /><BR /></DIV>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 18px" height=21 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1357906209.jpg" width=589></DIV></DIV>
<DIV class=entrydesc><BR /><BR /><BR />&lt;IFRAME src="<A href="http://music24.kr/bgm/20.php" target=_blank>http://music24.kr/bgm/20.php</A>" width="587" height="22" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;<BR />---------------------------------------------------------------------------<BR /><BR /><BR /><BR /></DIV>
<DIV class=entrydesc>
<DIV class="imageblock left" style="FLOAT: left; MARGIN-RIGHT: 10px"><IMG style="WIDTH: 512px; HEIGHT: 21px" height=22 alt="사용자 삽입 이미지" src="http://lovene.dnip.net/tt/attach/1/1354414746.jpg" width=545></DIV></DIV>
<P class=entrydesc><BR /><BR /><BR />&lt;IFRAME src="<A href="http://music24.kr/bgm/40.php" target=_blank>http://music24.kr/bgm/40.php</A>" width="587" height="22" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowTransparency="true"&gt;&lt;/IFRAME&gt;</P>
<DIV class=entrydesc><BR /></DIV>
<P class=entrydesc>=========================================================================</P>
<P class=entrydesc>&nbsp;</P>
<P class=entrydesc>위의 BGM 소스 설명글은 자유롭게 퍼가시고 스크랩해서 쓰셔도 됩니다. ^^* </P>
<P class=entrydesc>나중에라도 필요할 때를 위해 복사해 놓으세요.</P><BR /><!-- //블로그 post 본문영역 --><!-- 블로그 태그등 기타등등 하단영역 -->
<DIV class=bPB_domain id=blogPostBottom>
<DIV class=detail-tag><A href="http://music24.kr/" target=_blank>http://music24.kr</A> </DIV></DIV></div>]]></description>
                        <pubDate>Mon, 25 Aug 2008 17:58:03 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[한 페이지(화면)에 두개(2개)의 모듈(게시판 등)을 넣는 법]]></title>
            <author><![CDATA[황건순]]></author>
            <link><![CDATA[http://www.zeroboard.com/17207963]]></link>
                        <description><![CDATA[<div class="xe_content"><P>왕초보입니다.(ZB4쓰다가 새로 ZBXE로 갈아탐. 마이그레이션 성공^^)<BR /><BR />초기 페이지에&nbsp; 두 개의 모듈(게시판 등)을 넣는 법 성공했습니다.<BR /><BR />1. 관리자 페이지로 갑니다.<BR />2. 서비스형 모듈 하 "페이지"를 선택합니다.<BR />3. 이미 만들어 놓은 페이지 중 한개를 고릅니다.(해당 제목 클릭)<BR />4. 우측 하단 "페이지 수정" 클릭<BR />5. 하단 "내용 직접 추가" 클릭<BR />6. Html 에 체크하고, 아래 내용을 그대로 복사해 붙입니다.<BR /><BR />&lt;P align=center&gt;&amp;nbsp;&lt;IFRAME marginWidth=3 marginHeight=3 src="<A href="http://www.zeroboard.com/zbxe_user_tip">http://www.zeroboard.com/zbxe_user_tip</A>" frameBorder=0 width=720 scrolling=yes height=280 leftmargin="0" topmargin="0"&gt;&lt;/IFRAME&gt;&lt;/P&gt;<BR />&lt;P align=center&gt;<BR />&lt;HR style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"&gt;</P>
<P>&lt;P align=center&gt;&lt;FONT face=굴림체 color=green size=2&gt;&lt;I&gt;&lt;U&gt;(C)2008 by Kim.. All rights reserved.&lt;/U&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;FONT color=green&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;<BR /><BR />7. 하단 "추가" 버튼 클릭<BR />8. 새로 들어간 모듈(게신판)이 보이시죠? 각 모듈마다 우측 상단에 연필그림이 뜨는데, 연필 그림을 누르면 수정가능합니다. <BR />9. 하단 "저장"누르면 끝.<BR /></P></div>]]></description>
                        <pubDate>Mon, 25 Aug 2008 17:19:05 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[라이프팟 연동에서 XML 주소 얻기]]></title>
            <author><![CDATA[최재원541]]></author>
            <link><![CDATA[http://www.zeroboard.com/17202042]]></link>
                        <description><![CDATA[<div class="xe_content">대부분이 주로 그냥 캘린더에서 어떻게 하던데 그 방법은 제가 정확히 몰라서 저처럼 모르시는 분들을 위해서 알려드립니다.<BR /><BR />먼저 라이프팟 홈페이지에 들어가고 로그인합니다.<BR />캘린더가 있다면 넘어가고 없으면 만든 뒤 넘어갑시다.<BR /><BR />1. 오픈 API 링크로 간다.<BR />2. '내 캘린더의 키 관리' 로 간다.<BR />3. 사용할 캘린더의 옆에 있는 ICS 주소중 XML을 클릭한다.<BR />4. XML 창이 나와있는 프레임에다 오른쪽 클릭을 한다.<BR />5. '속성' 에 들어간다.<BR />6. '주소' 옆에 나와 있는 URL이 XML URL이다.<BR /><BR />이 과정을 거치면 쉽게(?) XML 주소를 얻을 수 있습니다.<BR />캡쳐 다했는데, 안 올라가지네요 ㅠㅠ</div>]]></description>
                        <pubDate>Sat, 23 Aug 2008 19:33:03 +0900</pubDate>
                        <category><![CDATA[라이프팟]]></category>
                        <category><![CDATA[XML]]></category>
                        <category><![CDATA[주소]]></category>
                        <category><![CDATA[캘린더]]></category>
                    </item>
                <item>
            <title><![CDATA[방문자수 (카운터) 마음대로 조작하기]]></title>
            <author><![CDATA[Br_7941]]></author>
            <link><![CDATA[http://www.zeroboard.com/17201749]]></link>
                        <description><![CDATA[<div class="xe_content">팁 공유 게시판에<BR /><BR />"토탈" "방문자" "카운터" 등으로 검색해도,<BR /><BR />이런팁의 내용은 보이지 않길래 한번 올려봅니다.<BR /><BR />저같은 초보자 분들을 위해 그림과 함께 설명하니, 이해하기 쉬우실 겁니다.<BR /><BR /><BR /><BR /><img src="http://www.zeroboard.com/files/attach/images/121/749/201/017/count.jpg" alt="count.jpg" title="count.jpg" style="" /><BR /><BR />추신: 혹시 싸이월드 하는분 있으시면~ 제 <A class="bold editor_green_text" _onclick="window.open(this.href);return false;" href="http://cycom.styx.in/">싸이트</A>에 들려주세요 ! ~ ~ ㅎㅎ</div>]]></description>
                        <pubDate>Sat, 23 Aug 2008 18:21:48 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[상단로그인 설치한 경우 좌측 로그인폼 제거팁]]></title>
            <author><![CDATA[블루파티]]></author>
            <link><![CDATA[http://www.zeroboard.com/17196761]]></link>
                        <description><![CDATA[<div class="xe_content"><P>상단에 가로 로그인 위젯을&nbsp;붙인 경우에 좌측 로그인폼이 중복이라 신경이 쓰이므로, 이를&nbsp;제거하는 방법을 생각해 봤습니다.<BR /><BR />제가 초보라서 이론적 설명은 적절치 못하고, 제가 어떻게 로그인창을 제거했는지 사실만 적어두겠습니다.</P>
<P>제로보드 공식 레이아웃, 그 중에서도 화이트를 기준으로 설명합니다. </P>
<P>1. zbxe\layouts\xe_official\layout.html에서<BR />&lt;img class="zbxe_widget_output" widget="login_info" skin="xe_official" colorset="default" /&gt;<BR />부분을 주석처리했습니다.&nbsp;&nbsp;이 상태까지는 홈페이지를 열어봐도 변화는 없더군요. </P>
<P>2. zbxe\widgets\login_info\skins\xe_official폴더 자체를 삭제해 버렸습니다.</P>
<P>그러자 좌측 로그인폼이 깔끔하게 없어졌습니다.<BR /></P>
<P>이 문제는 복잡하게 생각할 것이 없더군요.<BR /><BR />위젯도 모듈이므로 필요시 다시 언제든 그 폴더에 깔면 될 것 같습니다. 진짜 편리하네요.<BR /><BR />혹시 저만 빼고 다 알고 있는 사항인가요? ^^</P></div>]]></description>
                        <pubDate>Fri, 22 Aug 2008 09:27:54 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[[게시판] 이미존재하는 모듈이름 입니다. 오류.]]></title>
            <author><![CDATA[나이스가이212]]></author>
            <link><![CDATA[http://www.zeroboard.com/17193048]]></link>
                        <description><![CDATA[<div class="xe_content">게시판 관리에서 레이아웃 변경을 위해 수정하면<BR /><BR />"이미 존재하는 모듈 이름입니다" 라는 메세지 오류<BR /><BR />에 대한 팁입니다.<BR /><BR /><BR />게시판 관리 초기메뉴에서 체크 하고 수정하면 변경시 위와 같은 에러가 뜨고<BR /><BR />게시판 관리 초기메뉴에서 게시판 이름을 클릭해서 들어가서 수정하면 안뜹니다.<BR /><BR /><BR />황당한 버그네요.. 게시판 레이아웃 변경 수정에 모듈 관련 에러 메세지가 뜨다니........<BR /><BR />버젼 1.0.5 입니다.<BR /><BR /><BR /><BR />버그 수정 부탁드립니다.</div>]]></description>
                        <pubDate>Thu, 21 Aug 2008 07:46:02 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[로그인 문제 및 첨부파일 안올라가는 문제 해결책(세션 문제일 경우..)]]></title>
            <author><![CDATA[이홍석295]]></author>
            <link><![CDATA[http://www.zeroboard.com/17188796]]></link>
                        <description><![CDATA[<div class="xe_content">제가 운영하던 홈페이지에서 발생 했던 문제이기 때문에<BR /><BR />꼭 이 해결 방법이 정답 이라고 할 수는 없지만 <BR /><BR />그래도 자그마한 팁을 올릴께요~~&gt;0&lt;<BR /><BR />-----------------------------------------------------------------------------------------------<BR /><BR />제가 사용 하는 서버는 개인 운영 서버 입니다...<BR /><BR />때문에 호스팅 서버를 사용하실 경우에 <BR /><BR />다른 관리 도구를 사용 하시 거나 <BR /><BR />Mysql의 SSH를 사용 하셔야 할 수도 있습니다.<BR /><BR />------------------------------------------------------------------------------------------------<BR /><BR />나비켓 프로그램은 프리웨어가 아니기 때문에 <BR /><BR />게시글에 첨부해 드리지는 못함을 알려 드립니다.<BR /><BR />------------------------------------------------------------------------------------------------<BR /><BR />로그인이 그냥 되지 않고 <BR /><BR />꼭 "로그인유지"에 체크가 되어야지만 로그인이 가능한 문제...<BR /><BR />그리고 첨부파일을 올려도 (100%)에서 멈추고 더이상 진행 되지 않고<BR /><BR />100%에서 확인 눌러도 글에는 첨부가 되지 않는 문제...<BR /><BR />그리고 관리자 툴의 "모듈업데이트"에서 "세션관리자" 부분에 <BR /><BR />"업그레이드"를 눌러도 업그레이드가 되지 않는 문제...<BR /><BR />이 3가지 문제는 모두 세션에 관련된 문제 였습니다.<BR /><BR />---------------------------------------------------------------------------------------------------<BR /><BR />이런 문제들 때문에 저도 무척 고생 했어요 &gt;0&lt;<BR /><BR />아래처럼 좀비이 님 께서 해결 책을 올려 주셨는 데도 <BR /><BR />제가 초보라서 잘 이해를 못했거든요~&gt;0&lt;<BR /><BR />-----------------------------------------------------------------------------------------------------<BR />
<DIV class=title>
<H4><A href="http://www.zeroboard.com/17028308"><FONT color=#000000>1.04 엡데이트후 재설치등으로 로그인안될때 해결법</FONT></A></H4></DIV>
<DIV class=userInfo>
<DIV class=author><span class="nowrap member_15972114" style="cursor:pointer"><img src="./modules/point/icons/default/2.gif" alt="[레벨:2]" title="포인트:755point (93%), 레벨:2/30" style="vertical-align:middle;margin-right:3px"/><IMG title="포인트:755point (93%), 레벨:2/30" style="VERTICAL-ALIGN: middle; MARGIN-RIGHT: 3px" alt="포인트:755point (93%), 레벨:2/30" src="http://www.zeroboard.com/zbxe_user_tip/modules/point/icons/default/2.gif">좀비이</span></DIV></DIV>
<DIV class=clear></DIV>
<DIV class=dateAndCount>
<DIV class=uri title="게시글 주소"><A href="http://www.zeroboard.com/17028308"><FONT color=#bbbbbb>http://www.zeroboard.com/17028308</FONT></A></DIV>
<DIV class=date title=등록일><STRONG>2008.07.08</STRONG> 17:13:50 (*.219.246.213) </DIV>
<DIV class=readedCount title=조회수>1230</DIV>
<DIV class=replyAndTrackback>
<DIV class=replyCount><A title=댓글 href="http://www.zeroboard.com/?mid=zbxe_user_tip&amp;search_target=title&amp;search_keyword=%EB%A1%9C%EA%B7%B8%EC%9D%B8&amp;document_srl=17028308#comment"><STRONG><FONT color=#333333>5</FONT></STRONG></A></DIV>
<DIV class=trackbackCount><A title=엮인글 href="http://www.zeroboard.com/?mid=zbxe_user_tip&amp;search_target=title&amp;search_keyword=%EB%A1%9C%EA%B7%B8%EC%9D%B8&amp;document_srl=17028308#trackback"><STRONG><FONT color=#333333>1</FONT></STRONG></A></DIV></DIV>
<DIV class=clear><FONT color=#333333></FONT></DIV></DIV>
<DIV class=clear><FONT color=#333333></FONT></DIV>
<DIV class=clear><FONT color=#333333></FONT></DIV>
<DIV class=readBody>
<DIV class=contentBody>
<DIV class="document_17028308_15972114 xe_content">팁이될런지 모르겠네요 ㅎㅎ <BR /><BR />저의 경우 <BR /><BR />1.04업데이트시 문제가 발생하여 한번 지우고 다시 까니깐 로그인이 안되는거 있죠 ㅠㅠ <BR /><BR /><BR />서버측을 살펴보고 어쩌구 저쩌구 하다가 해결했습니다 , :::<BR /><BR />1 DB에서 xe_session 테이블을 우선 지웁니다.<BR /><BR />2 모듈에서 세션 관리자를 다시 업데이트 시킵니다.<BR /><BR />해결 <BR /><BR />----------------------------------------------------------------------------------------------------------------<BR /><BR />이 글을 본 다음 이리 저리 공부 해서 간신히 해결 했고요.<BR /><BR />저같은 초보자 들이 이해 하기 쉽게 새새하가 설명해 드릴께요!<BR /><BR />-----------------------------------------------------------------------------------------------------------------<BR /><BR />우선 1번<BR /><BR />DB에서 xe_session 테이블을 우선 지웁니다.<BR /><BR />xe_session&nbsp; 을 지워야 하는데 저는 이 위치를 찾지 못해서 한참 고생 했어요...<BR /><BR />그런데 이리 저리 찾아 보다 보니까 <BR /><BR />싸이트에 따라서 xe_session이 다른 이름으로 변경이 될수도 있습니다.<BR /><BR /><IMG style="WIDTH: 580px; HEIGHT: 457px" height=110 src="http://www.zeroboard.com/files/attach/images/121/796/188/017/session.jpg" width=110 border=0><BR /><BR />위의&nbsp;그림과 같이 "mysql"안에 있는 테이블에서 찾는 것이 아니라<BR /><BR />자신의 DBid&nbsp;안에 있고&nbsp;<BR /><BR />항상 xe_session 이라고 표시 되지 않고 <BR /><BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (자신의 DBid)_session<BR /><BR />처럼 표시 됩니다.<BR /><BR />위처럼 session 테이블을 찾았다면 이를 삭제해 버리면 됩니다.<BR /><BR />다음 2번&nbsp;<BR /><BR />session 테이블이 삭제된 이후 <BR /><BR />자신의 싸이트에 관리자 로그인을 하고 <BR /><BR />"관리" 창 으로 들어 갑니다<BR /><BR />메뉴 아래 부분을 보시면 <BR /><BR />"기본 모듈" 부분에 "모듈"이 있고<BR /><BR />안으로 들어가면 "세션 관리자"에 "업데이트" 표시가 있는데 <BR /><BR />이를 누르면 확인창이 뜨고 확인 이후 "업데이트" 표시가 사라질 것 입니다.<BR /><BR />-------------------------------------------------------------------------------------------------------<BR /><BR />그다음 부터는 로그인과 파일 첨부에 대한 문제가 정상적 으로 돌아 옵니다.<BR /><BR />이상 초보 서버 관리자의 초보 팁 이었습니다~ ^^;<BR /><BR />-------------------------------------------------------------------------------------------------------<BR /><BR />&lt;참조&gt;<BR /><BR />저는 서버 관리 프로그램으로 "나비켓" 을 사용 하고 있습니다.<BR /><BR />(초보자가 사용하기 편해요~~^^;)<BR /><BR />나비켓을 설치한 후에 "접속"을 눌러서 창이 열리면 접속명에 "localhost"를 적어 주시고<BR /><BR /><IMG style="WIDTH: 644px; HEIGHT: 681px" height=110 src="http://www.zeroboard.com/files/attach/images/121/796/188/017/접속.jpg" width=110 border=0><BR /><BR /><BR />이후 "SSH 설정들" 로 가서 자신의 서버 "IP 주소"와&nbsp;사용자 아이디, 패스워드를 넣어 주고<BR /><BR /><IMG style="WIDTH: 388px; HEIGHT: 336px" height=110 src="http://www.zeroboard.com/files/attach/images/121/796/188/017/ssh.jpg" width=110 border=0><BR /><BR />"오케이" 를 눌러주면 설정이 끝나고 연결이 됩니다.<BR /><BR /><BR /></DIV></DIV></DIV></div>]]></description>
                        <pubDate>Wed, 20 Aug 2008 08:58:13 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[한글로 된 이미지 문제]]></title>
            <author><![CDATA[Defy]]></author>
            <link><![CDATA[http://www.zeroboard.com/17187249]]></link>
                        <description><![CDATA[<div class="xe_content">제가 사용하는 호스팅은 비누넷입니다.<BR /><BR />XE에서 한글로 된 이미지가 엑박으로 뜨는 문제가 있어서<BR /><BR />비누넷 관리자에게 문의하여 다음과 같은 답변을 받았습니다.<BR /><BR /><BR /><STRONG>&nbsp;public_html/.htaccess 혹은 public_html/게시판폴더/.htaccess 파일에<BR /><BR />&nbsp;&lt;IfModule mod_url.c&gt;<BR />&nbsp;&nbsp; CheckURL off<BR />&nbsp;&lt;/IfModule&gt;<BR />&nbsp;<BR />다음의 내용을 추가하시고 체크를 해보시기 바랍니다<BR />&nbsp;<BR />.htaccess 는 숨김파일이므로, ftp 프로그램의 옵션에 숨김파일보기 옵션을 활성화 하시면 볼수 있습니다.<BR /><BR /></STRONG><BR />저렇게 수정하니 바로 정상적으로 나타납니다.<BR /><BR />다른 호스팅을 사용하시는 분중에 한글로 된 이미지가 나타나지 않는 경우<BR />&nbsp;<BR />이 방법을 한번 사용해 보시기 바랍니다.</div>]]></description>
                        <pubDate>Tue, 19 Aug 2008 21:21:49 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[[초보팁] 우리말 수정하기(예제: 가입창 이름란 삭제)]]></title>
            <author><![CDATA[블루파티]]></author>
            <link><![CDATA[http://www.zeroboard.com/17187215]]></link>
                        <description><![CDATA[<div class="xe_content"><P>예를 들어 회원가입창에서 '이름'을 요구하는 란을 없애고 싶다면 다음과 같이 처리하시면 됩니다. <BR /><BR /><STRONG>저같은</STRONG> 초보자들에겐 도움이 될지도 몰라서 올려 봅니다. <BR /><BR />회원가입창에서 '이름'란을 없애는 방법을 예제로 설명하겠습니다.<BR /><BR />제로보드가 깔려있는 폴더에서 파일명 ko.lang으로 입력을 하고 검색을 합니다.&nbsp; <BR />'korean language'라는 얘기겠군요.<BR /><BR />이 이름의 파일만 해도 50개 정도가 뜹니다.<BR /><BR />그 중에서 어떤 파일에 '이름'이 나올까 한번 봅니다. common/lang/ko.lang.php 요&nbsp;녀석 같군요. <BR /><BR />이 파일을 열고 '이름'이라고 검색해보면<BR />'이름'은 'user_name'이라고 나옵니다.</P>
<P>이젠&nbsp;user_name이라는 용어가 들어간 파일을 찾으면 됩니다.<BR />윈도우XP의 폴더검색기능을 이용합니다.&nbsp; 윈도우 검색에서 한글과 달리 영어는 검색이 잘 되더군요.</P>
<P>zbxe가 깔린 폴더를 마우스 오른쪽 버튼으로 클릭하여 '검색'을 선택합니다.<BR />검색란이 두 개가 있는데 그 중에서 '파일에 들어 있는 단어 또는 문장'란에&nbsp;&nbsp;'user_name'이라고 입력하고 검색을 클릭합니다.<BR />검색결과가 수십개가 뜹니다. <BR /><BR /><FONT color=#999999>참고로, &nbsp;'이름'이라고 검색하면 검색결과가 없다고 나옵니다.<BR />이처럼 한글은 검색이 안되고 영어는 검색이 되는 이유가 뭔지 모르겠습니다. <BR />윈도우XP의 설정에 따라 한글로도 잘 될 수도 있을까요?<BR />만약 한글로도 내용검색이 된다면 처음부터 ko.lang이니 이런 것 찾지 않고 여기서 곧바로 검색했어도 됐겠죠.<BR /></FONT><BR />검색결과 중에서 회원가입창과 연관된 파일을 찾아보면 signup_form.html이 눈에 확 들어올 것입니다.<BR /><BR />그 파일을 에딧플러스로 엽니다.<BR />그 파일에서 user_name으로 검색해 봅니다.<BR /><BR />다음과 같은 부분이 나옵니다.<BR /><BR />&lt;tr&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;th scope="row"&gt;{$lang-&gt;user_name} *&lt;/th&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="text" name="user_name" value="" /&gt; <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;{$lang-&gt;about_user_name}&lt;/p&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td&gt;<BR />&nbsp;&nbsp;&nbsp; &lt;/tr&gt;</P>
<P>삭제하면 다 망쳐버릴까 두려우니 '주석'으로 바꿔버립니다.&nbsp; 즉, 윗부분의 앞에(위에) &lt;!--라고 표시하고 뒤에(아래에) --&gt;라고 표시합니다. <BR /><BR /><BR />저장합니다.<BR />알FTP로 해당 경로에 업로드합니다.</P>
<P>회원가입버튼을 눌러봅니다.<BR />이름란이 없어져있습니다.<BR />성공입니다.<BR /><BR />이제 적어도 웹에 구현되는 우리말 부분을 실마리로 해서 수정을 해보는 일이 가능하게 되었습니다.</P>
<P>&nbsp;</P></div>]]></description>
                        <pubDate>Tue, 19 Aug 2008 21:18:11 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[인용구 접기기능  링크이름 Underline  없애기]]></title>
            <author><![CDATA[똑디]]></author>
            <link><![CDATA[http://www.zeroboard.com/17186864]]></link>
                        <description><![CDATA[<div class="xe_content"><BR />zbXE 글쓰기 에디터에 인용구 컴포넌트를 이용하다가 사소한것이 눈에 거슬려서 수정작업을 한번 해봅니다.<BR /><BR />즉, 인용구를 아래와 같이 만들었을때....<BR /><BR />
인용구 테스트를 하고 있습니다.<BR />위에서 보시는것과 같이 인용구 내용을 접기기능을 통해서 사용할수 있는데 해당 부분을 클릭하면 내용이 보여지게 되고 한번더 클릭하면 숨겨지게 된다.<BR /><BR />접기기능을 응용해서 제목처럼 만든다음 이렇게 활용을 하면 홈페이지에서 FAQ와 같은 기능으로 활용하기 좋을것이다.<BR /><BR />그런데 문제는 접기기능을 나타내는 타이틀 부분의 언더라인이 눈에 거슬려 이것을 한번 수정해 보고자한다.<BR /><BR /><BR /><img src="http://www.zeroboard.com/files/attach/images/121/864/186/017/quatation.gif" alt="quatation.gif" title="quatation.gif" style="" /><BR /><BR /><BR /><BR /><BR /><BR /><BR />수정할 파일은 두가지 입니다다.<BR /><BR />1. /zbxe/common/css/quotation.class.php 파일에서<BR />86~99라인을 보면 아래와 같은 소스가 있을것입니다.<BR />
<div class="ch_infobox"><span class="description">undefined</span></div><pre name="code" class="Php">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; switch($color) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case "red" :
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $class .= " editor_red_text";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case "yellow" :
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $class .= " editor_yellow_text";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case "green" :
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $class .= " editor_green_text";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default :
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $class .= " editor_blue_text2";
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</pre><BR /><BR />여기에서 editor_blue_text 을 editor_blue_text2 이렇게 바꾸었습니다.<BR /><BR />이는 인용구에서 사용되는 접기기능의 링크 색상을 지정하는 것중에 푸른색부분을 기존것을 사용하지 않고 다른것으로 정의해서 사용하고자 함입니다.<BR /><BR />2. /zbxe/common/css/default.css 파일에서 아래와 같이 하나더 추가하자.<BR />73~81라인에서 .editor_blue_text2 { color: #145ff9 !important; text-decoration:none !important; } 이것을 하나더 추가한 것입니다.<BR /><BR />
<div class="ch_infobox"><span class="description">undefined</span></div><pre name="code" class="Php">.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text2 { color: #145ff9 !important; text-decoration:none !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }</pre><BR /><BR />이렇게해주면 1번에서 정의한것에 의해 2번에서 추가한 css를 참조하게 되고 보시다 시피<BR />.editor_blue_text2 { color: #145ff9 !important; text-decoration:none !important; } 이렇게 text-decoration:none 으로 지정되어 underline이 생기지 않겠죠.<BR /><BR />푸른색 하나만 변경하는것을 소개했는데 필요하다면 다른 컬러도 추가해서 사용할수도 있겠죠.<BR /><BR />더 응용을 한다면 아예 인용구에서 컬러 선택하는 부분에서 underline 있고 없고를 선택할수 있도록 추가해서 사용할수도 있습니다. <BR /><BR />씨잘떼기 없는 팁일지 모르겠으나 이거 해결할라고 소스뒤진 시간이 아까워 소개해 봅니다. ^^</div>]]></description>
                        <pubDate>Tue, 19 Aug 2008 19:44:33 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[zbxe에 bgm을 설치하자]]></title>
            <author><![CDATA[우리아기]]></author>
            <link><![CDATA[http://www.zeroboard.com/17082757]]></link>
                        <description><![CDATA[<div class="xe_content"><P><SPAN style="COLOR: #2266ee"><STRONG>1. 압축푼 파일들에서 ftp에 업로드하기전 수정해야 할 파일들을 말씀 드리겠습니다.<BR /></STRONG></SPAN>&nbsp;&nbsp; 일단 압축푼 파일과 폴더들을 bgm폴더라는걸 하나 만들어서 거기에 넣어주세요.<BR />&nbsp;&nbsp; 그리고 bgm폴더안에 또&nbsp;노래파일을 넣어둘 폴더명을 만드시고,&nbsp;<BR />&nbsp;&nbsp; 그안에 일단 샘플로 쓰일 노래파일(wmv, mp3등)을 넣어주세요.<BR /><BR /><SPAN style="COLOR: #22aa22"><STRONG>① bgm_system.js 수정</STRONG></SPAN><BR /><BR />&nbsp; 이파일안에 보시면 이미지 경로를 절대 경로값으로 보이는 것 모두 바꾸어 준다.<BR />&nbsp;&nbsp;특히, 파일 맨 아랫부분에서 빨간색 경로는 꼭 절대경로로 바꿔줘야 리스트 창이 제대로 뜬다.</P>
<DIV class=document_5401_4>
<DIV style="BORDER-RIGHT: #999999 1px dotted; PADDING-RIGHT: 5px; BORDER-TOP: #999999 1px dotted; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 5px; BORDER-LEFT: #999999 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #999999 1px dotted; BACKGROUND-COLOR: #eeeeee">
<P>function m_list() { // 새창으로 BGM 선택창 띄우기<BR />&nbsp;window.open('bgm_sele.htm','bgmSel','width=350,height=380,left=0,top=0,directories=0,location=0,menubar=0,</P>
<P>resizable=0,scrollbars=0,status=0,toolbar=0');<BR />}</P>
<P>// 가상프레임용<BR />function m_list2() { // 새창으로 BGM 선택창 띄우기<BR />&nbsp;window.open('<SPAN style="COLOR: #ee2222">bgm/bgm_sele.htm</SPAN>','bgmSel','width=350,height=380,left=0,top=0,directories=0,location=0,</P>
<P>menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');<BR />}</P>
<P>window.onerror=function error_kill() {return true;}</P></DIV>
<P><BR /><SPAN style="COLOR: #22aa22"><STRONG>②&nbsp; sbp_mlist.js 수정</STRONG></SPAN><BR /><BR />이것은 노래 파일의 경로를 적어주는 파일인데, 제대로 적어주어야지 리스트창에도 노래 목록이 잘 뜬다.<BR />파일 안에 샘플로 한 열개정도의 노래파일경로의 목록이 있을 것이다. 아마도 지금쯤 이것들은 재생이 안될지도 모르니, 목록에 있는 노래 경로들은 다 지우고, 샘플로 올린 파일 경로를 적어준다. <BR /><BR />예) addbgm( ' <A href="http://홈주소/bgm/노래넣을폴더명/노래명.확장자">http://홈주소/bgm/노래넣을폴더명/노래명.확장자</A> ', '노래제목- 가수 ' );<BR /><BR />이것말고 파일위에서부터 보면 기본재생모드 체크, 시작시 재생체크여부 설정을 원하는걸로 해주면 된다.<BR /><BR /><SPAN style="COLOR: #22aa22"><STRONG>③ ftp업로드<BR /></STRONG></SPAN><BR />수정을 해줬다면 이제 ftp에 업로드를 하자. public_html(대개 ftp접속하면 이렇게 쓰여있음)안에 bgm폴더를 업로드를 한다.<BR /><BR /><STRONG><SPAN style="COLOR: #2266ee">2. 홈피접속파일 index.html를 수정하자.</SPAN></STRONG><BR /><BR />bgm을 설치하려면 zbxe를 설치한곳의 홈피 접속시&nbsp;index.html를 어떻게 썼든 무시하고 없애버리고(혹시나 보관은 해둠 ㅎㅎ) 프레임셋으로 나눈 index.php로 대체를 해야 한다.(zbxe의 index.php파일을 말하는 것이 아니고, public_html의 index.html파일을 index.php파일로 바꾼다는 뜻이다. 주의하시길!)<BR /></P>
<DIV style="BORDER-RIGHT: #999999 1px dotted; PADDING-RIGHT: 5px; BORDER-TOP: #999999 1px dotted; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 5px; BORDER-LEFT: #999999 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #999999 1px dotted; BACKGROUND-COLOR: #eeeeee">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</A>"&gt; 
<P>&lt;html lang="{Context::getLangType()}" xmlns="<A href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</A>"&gt;</P>
<P>&nbsp;&nbsp;&nbsp; &lt;head&gt;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;meta name="keywords" content=""&gt;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;meta name="description" content=""&gt;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;meta name="author" content=""&gt;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;<SPAN style="COLOR: #ee2222">타이틀명</SPAN>&lt;/title&gt;</P>
<P>&nbsp;&nbsp;&nbsp; &lt;/head&gt; <BR />&lt;frameset rows="0, 1*" border="0"&gt;<BR />&nbsp;&nbsp;&nbsp; &lt;frame src="<SPAN style="COLOR: #ee2222">http://홈주소</SPAN><A href="http://akirahoony.mireene.com/bgm/bgm.htm"><SPAN style="COLOR: #ee2222">/bgm/bgm.htm</SPAN></A>" name="bgm" noresize marginwidth="0" marginheight="0"&gt;<BR />&nbsp;&nbsp;&nbsp; &lt;frame name="control" scrolling="yes" marginwidth="0" marginheight="0" src="/zbxe/"&gt;<BR />&lt;/frameset&gt;<BR />&lt;/html&gt;</P></DIV>
<P>메모장을 열어서 위 내용을 넣어주고, 빨간부분을 맞게 수정하고, index.php파일로 저장한다. 저장할때 인코딩체크를 ansi로 해줘도 되는데 혹시나 하는 맘으로 utf-8로 저장을 한다. <BR />그리고 ftp에다 index.html파일 대신 이 파일을 올린다.<BR /><BR />원리를 간단하게 설명하자면, 홈피 접속시 bgm프레임에서 초기 설정되는 bgm플레이어 값을 control프레임으로 플레이어 조정을 옮기기 위함이다. <BR /><BR /><STRONG><SPAN style="COLOR: #2266ee">3. zbxe 레이아웃 스킨에서 layout.html에서 또는 레이아웃 편집에서&nbsp;플레이어 소스와 js/xe_official.js 에서 자바스크립 소스를 삽입하자.<BR /></SPAN></STRONG><BR /><SPAN style="COLOR: #22aa22"><STRONG>① 플레이어 소스</STRONG></SPAN></P>
<DIV style="BORDER-RIGHT: #999999 1px dotted; PADDING-RIGHT: 5px; BORDER-TOP: #999999 1px dotted; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 5px; BORDER-LEFT: #999999 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #999999 1px dotted; BACKGROUND-COLOR: #eeeeee">&lt;table width=191 height=56 valign=top cellpadding="0" cellspacing="0" style='background-image:url(bgm/images/bgmbg-004.gif);'&gt;&lt;tr&gt;&lt;td valign=top&gt;&lt;table width=100% height=7&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<BR />&lt;table width=100%&gt;&lt;tr&gt;&lt;td valign=top width=100% style='padding-left:10;'&gt;&lt;marquee width="90" direction="left" scrolldelay=100 scrollamount=1 onmouseover="this.stop()" onmouseout="this.start()"&gt;&lt;font id="stitle" style='font-family:돋움; FONT-SIZE:9pt; COLOR:#cdefab; position:RELATIVE; top:1;'&gt;&lt;/font&gt;&lt;/marquee&gt; <BR />&lt;font style='font-family: 돋움; FONT-SIZE: 9pt; COLOR:#000000;padding-left:5; position:RELATIVE; top:1;'&gt; | &lt;/font&gt; &lt;font id="now_time" style='font-family: 돋움; FONT-SIZE: 9pt; COLOR:cdefab; position:RELATIVE; top:1;'&gt;00:00|00:00&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;table width=100%&gt;&lt;tr&gt;&lt;td valign=top width=100% style='padding-left:7;'&gt;&lt;font id="stats" style='padding-right:5;'&gt;&lt;/font&gt; <BR />&lt;a onclick="parent.frames['bgm'].preTrack();" onMouseOver="document.pre.src='bgm/images/b1_over.gif';" onMouseOut="document.pre.src='bgm/images/b1.gif';"&gt;&lt;img name=pre src="bgm/images/b1.gif" width="13" height="13" border="0" alt="이전"&gt;&lt;/a&gt; <BR />&lt;a onclick="parent.frames['bgm'].stopTrack();" onMouseOver="document.sto.src='bgm/images/b2_over.gif';" onMouseOut="document.sto.src='bgm/images/b2.gif';"&gt;&lt;img name=sto src="bgm/images/b2.gif" width="13" height="13" border="0" alt="정지"&gt;&lt;/a&gt; <BR />&lt;a onclick="parent.frames['bgm'].play();" onMouseOver="document.pla.src='bgm/images/b3_over.gif';" onMouseOut="document.pla.src='bgm/images/b3.gif';"&gt;&lt;img name=pla src="bgm/images/b3.gif" width="13" height="13" border="0" alt="재생"&gt;&lt;/a&gt; <BR />&lt;a onclick="parent.frames['bgm'].MPause();" onMouseOver="document.pau.src='bgm/images/b4_over.gif';" onMouseOut="document.pau.src='bgm/images/b4.gif';"&gt;&lt;img name=pau src="bgm/images/b4.gif" width="13" height="13" border="0" alt="일시정지"&gt;&lt;/a&gt; <BR />&lt;a onclick="parent.frames['bgm'].nextTrack();" onMouseOver="document.nex.src='bgm/images/b5_over.gif';" onMouseOut="document.nex.src='bgm/images/b5.gif';"&gt;&lt;img name=nex src="bgm/images/b5.gif" width="13" height="13" border="0" alt="다음"&gt;&lt;/a&gt; <BR />&lt;a onclick="parent.frames['bgm'].chgLoop();" onMouseOver="document.loo.src='bgm/images/loop_over.gif';" onMouseOut="document.loo.src='bgm/images/loop.gif';"&gt;&lt;img name=loo src="bgm/images/loop.gif" width="13" height="13" border="0" alt="반복/한곡"&gt;&lt;/a&gt; <BR />&lt;a onclick="parent.frames['bgm'].nextTrack();" onMouseOver="document.mod.src='bgm/images/random_over.gif';" onMouseOut="document.mod.src='bgm/images/random.gif';"&gt;&lt;img name=mod src="bgm/images/random.gif" width="13" height="13" border="0" alt="랜덤/순차"&gt;&lt;/a&gt; <BR />&lt;a onclick="parent.frames['bgm'].m_list2();" onMouseOver="document.lis.src='bgm/images/list_over.gif';" onMouseOut="document.lis.src='bgm/images/list.gif';"&gt;&lt;img name=lis src="bgm/images/list.gif" width="13" height="13" border="0" alt="곡목리스트"&gt;&lt;/a&gt; 
<P>&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<BR />&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</P></DIV>
<P><BR />위 소스를 삽이하기전 소스에서 이미지 경로에 &lt;?=$dir?&gt;/를 넣어준다.<BR />예) bgm/images/list_over.gif 라면--&gt; &lt;?=$dir?&gt;/bgm/images/list_over.gif <BR />그리고 원하는 위치에다가 이 플레이 소스를 넣어준다.<BR /><BR /><BR /><SPAN style="COLOR: #22aa22"><STRONG>② js폴더안에 있는 js파일에 스크립 삽입</STRONG></SPAN><BR /><BR />스크립 소스</P>
<DIV style="BORDER-RIGHT: #999999 1px dotted; PADDING-RIGHT: 5px; BORDER-TOP: #999999 1px dotted; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 5px; BORDER-LEFT: #999999 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #999999 1px dotted; BACKGROUND-COLOR: #eeeeee">function webtiTob() <BR />{<BR />var webtitop = "";<BR />webtitop += "&lt;html&gt;n ";<BR />webtitop += " &lt;head&gt;n ";<BR />webtitop += " &lt;meta http-equiv='content-type' content='text/html; charset=euc-kr'&gt;n ";<BR />webtitop += " &lt;title&gt;저희 홈패이지에 오신걸 환영합니다.&lt;/title&gt;n ";<BR />webtitop += " &lt;/head&gt;n ";<BR />webtitop += " &lt;frameset rows='*,0' border=0&gt;n ";<BR />webtitop += " &lt;frame name=control scrolling=auto marginwidth=0 marginheight=0 src="+window.location+"&gt;n ";<BR />webtitop += " &lt;frame name=bgm scrolling=no marginwidth=0 marginheight=0&gt;n ";<BR />webtitop += " &lt;/frameset&gt;n ";<BR />webtitop += "&lt;/html&gt;n ";<BR />document.write(webtitop);<BR />control.location.href=window.location; //현재의 패이지 주소를 글어옴...<BR />bgm.location.href='bgm/bgm.htm';<BR />}<BR />function webtibgm() <BR />{<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( "control" == window.name ) <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; top.frames['bgm'].updateTrack(); //현재 프레임의 이름이 control이라면 BGM 프레임의 업데이트 트랙 실행.<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; top.status="완료 - 웹티넷에 오신걸 환영합니다."; }<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else if (top.frames.length == 0) <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; webtiTob(); //만약 독립적인 패이지 형식으로 접근시 프레임셋을 만들어서 음악을 재생시킴.&nbsp; <BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; top.status="완료 - main을 통해서만 입장이 가능합니다.(A)"; } <BR />}<BR />setTimeout('webtibgm();', 1000); //실행&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV>
<P><BR />위 소스에서 필요한 말들은 수정을 해주고 js파일 맨 밑에다 추가 시켜준다.<BR />top.status="완료 - main을 통해서만 입장이 가능합니다.(A)";&nbsp; 이 문구는 말 그대로 프레임셋 형식의 접속이 아닌 독립된 페이지에서는 음악 재생이 안된다는 뜻이다.<BR /><BR /><SPAN style="COLOR: #ee2222">플레이어 소스와 좋은 형식대로 수정해서 써도 상관없다. 단 이미지의 경로를 입력할때는 절대값이나 &lt;?=$dir?&gt;를 넣어줘서 해주는 것을 잊지 말자.</SPAN><BR /><BR /><BR /><SPAN style="COLOR: #2266ee"><STRONG>4. 이제 끝났다. 홈페이지를 접속하고 플레이어가 재생되는지를 확인해봐라.&nbsp; 100% 재생이 될것이다.<BR /><BR />아.. 드래그가 안되서 소스를 복사 못하니 따로 소스파일을 메모장으로 만들어서 첨부했습니다.<BR /><BR />쉽게 풀어서 설명하느라 글이 길어졌는데 간단한 방법이니 무리 없을겁니다.<BR /></STRONG></SPAN><BR />그럼 좋은 음악 감상들 하세요~</P></DIV></div>]]></description>
                        <pubDate>Sat, 16 Aug 2008 23:14:46 +0900</pubDate>
                    </item>
                <item>
            <title><![CDATA[이미지 좌측 정렬시 내용이 적으면 아래부분 올라오는 문제 해결법]]></title>
            <author><![CDATA[대류]]></author>
            <link><![CDATA[http://www.zeroboard.com/17175456]]></link>
                        <description><![CDATA[<div class="xe_content"><img src="http://www.zeroboard.com/files/attach/images/121/456/175/017/drdrdrdr.gif" alt="drdrdrdr.gif" title="drdrdrdr.gif" width="780" height="718" style="BORDER-RIGHT: 5px solid; BORDER-TOP: 5px solid; BORDER-LEFT: 5px solid; BORDER-BOTTOM: 5px solid" /><BR />&nbsp;<BR />위 그림과 같이 이미지를 좌측으로 정렬하면&nbsp;내용 아래에 있어야 할 첨부파일 부분이 올라오는 현상이 있습니다.<BR />html 작성으로 태그로 커버할 수 있지만 매번 그렇게 하는 것이 번거롭다면 스킨파일을 약간 손 보면 됩니다.<BR /><BR />위의 문제는 div + css 조합으로 스킨이 만들어지다보니 생기는 문제인 듯합니다.<BR /><BR />스킨파일의 view_document.html 파일을 열어 102 라인의 {$oDocument-&gt;getContent()} 를 찾습니다.<BR />&nbsp;아래와 같이&nbsp;소스를 삽입하면 됩니다.<BR /><BR /><FONT color=#bbbbbb>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</FONT><A href="mailto:!--@else"><FONT color=#bbbbbb>!--@else</FONT></A><FONT color=#bbbbbb>--&gt;<BR />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {$oDocument-&gt;getContent()}</FONT><BR /><FONT color=#2222ee>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div style="clear:both;"&gt;&lt;/div&gt;</FONT><BR /><FONT color=#bbbbbb>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</FONT><A href="mailto:!--@end"><FONT color=#bbbbbb>!--@end</FONT></A><FONT color=#bbbbbb>--&gt;<BR /></FONT><BR />여기에서는 view_document.html 파일에 직접 스타일을 적용했지만, css와 따로 분리해서 넣어도 되겠지요?<BR />css 에 클래스를 만들어 넣고 &lt;div class="클래스명"&gt;&lt;/div&gt; 이 부분만 넣어도 됩니다.<BR /><BR />게시물별로 따로 설정하고 싶으면 위의 소스를 html작성에서 맨 아래에 넣어주면 되겠죠? ^^<BR /><BR /></div>]]></description>
                        <pubDate>Sat, 16 Aug 2008 16:03:43 +0900</pubDate>
                    </item>
            </channel>
</rss>
