^_^; 신경을 많이 써주시는데 답글이 늦었습니다.
원본 소스는 다음과 같습니다.
===============================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<meta name="author" content="Yang Ki Hwa">
<meta name="keywords" content="">
<meta name="description" content="">
<style type="text/css">
body{
height: 100%;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
div {
padding: 0px 0px 0px 0px;
border: 0px solid #99CCFF;
}
#logo{
}
#main{
display: block;
}
#left{
height: 100%;
padding: 10px 2px 100px 5px;
width: 250px;
margin-bottom: 0px;
float: left;
background-color: #EDDCDC;
border: 0px solid #EDDCDC;
}
#validator{
font-size: 11pt;
}
#right{
height: 100%;
padding: 10px 1px 100px 1px;
width: 150px;
float: right;
background-color: #66CC00;
border: 0px solid #66CC00;
}
#center{
height: 100%;
padding: 10px 1px 100px 1px;
background-color: #9900FF;
border: 0px solid #9900FF;
}
</style>
</head>
<body>
<div id="logo">
Blog
</div>
<div id="main">
<div id="left">
<div id="mypic">
</div>
<div id="myinfo">
Name : <br>
Nick Name : <br>
Religion : <br>
Major : <br>
Brithday : <br>
Now :
</div>
<div id="calendar">
</div>
<div id="category">
</div>
<div id="under_title">
</div>
<div id="copyright">
WARNING : All Right Reserved. Unauthorized duplication is a violation of applicable laws.
</div>
<div id="validator">
</div>
</div>
<div id="right">
<div id="new_article">
New Articles
</div>
<div id="hot_article">
Hot Articles
</div>
<div id="rank">
</div>
</div>
<div id="center">
<!-- <div id="content"> -->
this is content
<!-- </div> -->
</div>
</div>
</body>
</html>