샷 배너좀바꾸려고 합니다 도와주세요 정보
샷 배너좀바꾸려고 합니다 도와주세요본문
추천
0
0
댓글 2개
메인폴더에 그누보드가 별도의 폴더가 없이 메인폴더내에 있으시네요
메인폴더내에 보시면, tail.php 파일이 있을겁니다.
이 파일을 여신 후
<div class="mw-banner">
<!--<span><a href="http://www.miwit.com" target=_blank><img src="./img/b1.gif" alt="miwit.com"></a></span>
<span><a href="http://www.sir.co.kr" target=_blank><img src="./img/b2.gif" alt="sir.co.kr"></a></span>
<span><a href="http://www.dnsever.com" target="_blank"><img src="./img/b3.gif" alt="DNS Powered by DNSEver.com"></a></span>-->
<span><a href="http://tradia.co.kr" target=_blank><img src="./image/b1.png" height="40"></a></span>
<span><a href="#" onclick="javascript:window.open('http://tradia.co.kr/t_chat.html', 'livechat', 'width=420,height=557,top=100,left=350,resize=yes,toolbars=no,scrollbars=yes')" onMouseOver="window.status=('트디 채팅방'); return true;" title="트디 채팅방" ><img src="./image/chat.gif" height="40"></a></span>
<span><a href="http://www.theaction.co.kr/" target=_blank><img src="./image/tradiaD2.gif" height="40"></a></span>
<span><a href="http://xfind.co.kr" target=_blank><img src="./image/b2.png" height="40"></a></span>
</div>
위 코딩을 수정하시면 됩니다.
참고로 <!-- 여기부터 --> 여기까지는 감춰진(안 보이는) 부분입니다.
메인폴더내에 보시면, tail.php 파일이 있을겁니다.
이 파일을 여신 후
<div class="mw-banner">
<!--<span><a href="http://www.miwit.com" target=_blank><img src="./img/b1.gif" alt="miwit.com"></a></span>
<span><a href="http://www.sir.co.kr" target=_blank><img src="./img/b2.gif" alt="sir.co.kr"></a></span>
<span><a href="http://www.dnsever.com" target="_blank"><img src="./img/b3.gif" alt="DNS Powered by DNSEver.com"></a></span>-->
<span><a href="http://tradia.co.kr" target=_blank><img src="./image/b1.png" height="40"></a></span>
<span><a href="#" onclick="javascript:window.open('http://tradia.co.kr/t_chat.html', 'livechat', 'width=420,height=557,top=100,left=350,resize=yes,toolbars=no,scrollbars=yes')" onMouseOver="window.status=('트디 채팅방'); return true;" title="트디 채팅방" ><img src="./image/chat.gif" height="40"></a></span>
<span><a href="http://www.theaction.co.kr/" target=_blank><img src="./image/tradiaD2.gif" height="40"></a></span>
<span><a href="http://xfind.co.kr" target=_blank><img src="./image/b2.png" height="40"></a></span>
</div>
위 코딩을 수정하시면 됩니다.
참고로 <!-- 여기부터 --> 여기까지는 감춰진(안 보이는) 부분입니다.
감사합니다