<body> <table> 간의 공간 없애기
개발/ETC2009. 4. 19. 19:18
728x90
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-right: 0px;
margin-top:0px;
}
-->
위와 같이 하면 된다..
728x90
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-right: 0px;
margin-top:0px;
}
-->
위와 같이 하면 된다..
댓글 영역