엄청 급함!!저기 변경한 index.php가 반응이 없어요.. 정보
엄청 급함!!저기 변경한 index.php가 반응이 없어요..본문
index.php 를 변경해서 올렸는데요 기존에 있는 스킨 그데로네요..
http://skillmaker.net 여기인데요..
<!--메인-->
<head>
<style type="text/css">
#body { width="980px"; background:#ffffff; margin:1.5em auto 0 auto; }
#menu { width="980px" background:#000000; width:100%; height="38px"; text-decoration:none; }
#menu:link{ color:#ffffff }
#menu:visited{ color:#ffffff }
#menu:actve{ color:#ffffff }
#menu:hover{ color:#ffffff }
#columnbody { width="980px"; margin:5px 0px 5px 0px; }
#columnleft { width="200px"; float="left"; }
#columnright { width="780"; margin: 0px 5px 0px 5px; }/*770이내의 div추가가능*/
#rightinleft { width="505px"; float="left"; margin: 0px 5px 0px 0px; }
#rightinright { width="265px"; float="right"; margin: 0px 0px 0px 5px; }
#footer { width="980" clear: both; background:#000000; }
</style>
</head>
<div id="body">
<div id="menu">
</div>
<div id="columnbody">
<div id="columnleft">
</div>
<div id="columnright">
<div id="rightinleft">
</div>
<div id="rightinright">
</div>
</div>
</div>
<div id="footer">
</div>
로 index.php 전체스킨을 바꾸려고 했는데;; 무슨 일이 일어난건지..
http://skillmaker.net 여기인데요..
<!--메인-->
<head>
<style type="text/css">
#body { width="980px"; background:#ffffff; margin:1.5em auto 0 auto; }
#menu { width="980px" background:#000000; width:100%; height="38px"; text-decoration:none; }
#menu:link{ color:#ffffff }
#menu:visited{ color:#ffffff }
#menu:actve{ color:#ffffff }
#menu:hover{ color:#ffffff }
#columnbody { width="980px"; margin:5px 0px 5px 0px; }
#columnleft { width="200px"; float="left"; }
#columnright { width="780"; margin: 0px 5px 0px 5px; }/*770이내의 div추가가능*/
#rightinleft { width="505px"; float="left"; margin: 0px 5px 0px 0px; }
#rightinright { width="265px"; float="right"; margin: 0px 0px 0px 5px; }
#footer { width="980" clear: both; background:#000000; }
</style>
</head>
<div id="body">
<div id="menu">
</div>
<div id="columnbody">
<div id="columnleft">
</div>
<div id="columnright">
<div id="rightinleft">
</div>
<div id="rightinright">
</div>
</div>
</div>
<div id="footer">
</div>
로 index.php 전체스킨을 바꾸려고 했는데;; 무슨 일이 일어난건지..
댓글 전체
div안에 스타일만 지정되어있고 뿌려지는 컨텐츠가 없으니 당연한것이 아니신지...