(클릭하면 크게 보입니다.) 어떻게 하면 잘 정리되게끔 코딩할 수 있을까요? 기존 코딩은 다음과 같습니다. (실제로 똑같지는 않고 대강의 구조가 저렇습니다.) <style> body {background:url(전체배경);} #wraper{background:url(여자배경) right bottom no-repeat;width:100%;height:100%;} #header{width:50px;} #container{} #footer{width:200px;} </style> <body> <table ...
더보기