DEV/HTML

페이지 여백 없애기

올해는살뺀다 2011. 9. 20. 15:24
반응형
<style type="text/css">
<!--
body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
-->
</style>
반응형