워드프레스는 구역을 설정해놓고 물건을 컨테이너에 실고 내리는 것과 유사한 것 같다.
일단 구역을 설정해놓고 -> 싣는다 -> 그리고 내린다 (홈페이지에서 다운로딩)
결국은 컨테이너 uploading과 downloading인 셈이다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<style>
div
{
border: 1px solid #ccc;
}
body
{
margin:0px;
margin-top: 10px;
}
#container
{
width: 900px;
margin:auto;
border: 0px solid #ccc;
}
#header
{
height: 100px;
}
#post_container
{
border: 0px solid #ccc;
}
.separator
{
clear:both;
margin-top: 10px;
margin-bottom:5px;
border: 0px solid #ccc;
}
#left_pan, #right_pan
{
float: left;
height: 400px;
}
#left_pan
{
width: 200px;
}
#right_pan
{
width: 690px;
margin-left: 5px;
}
#footer
{
clear: both;
height: 20px;
}
</style>
<body>
<div id="container">
<div id="header">
</div>
<div class="separator">
</div>
<div id="post_container">
<div id="left_pan">
</div>
<div id="right_pan">
</div>
<div class="separator">
</div>
</div>
<div class="separator">
</div>
<div id="footer">
</div>
</div>
</body>
</html>
일단 구역을 설정해놓고 -> 싣는다 -> 그리고 내린다 (홈페이지에서 다운로딩)
결국은 컨테이너 uploading과 downloading인 셈이다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<style>
div
{
border: 1px solid #ccc;
}
body
{
margin:0px;
margin-top: 10px;
}
#container
{
width: 900px;
margin:auto;
border: 0px solid #ccc;
}
#header
{
height: 100px;
}
#post_container
{
border: 0px solid #ccc;
}
.separator
{
clear:both;
margin-top: 10px;
margin-bottom:5px;
border: 0px solid #ccc;
}
#left_pan, #right_pan
{
float: left;
height: 400px;
}
#left_pan
{
width: 200px;
}
#right_pan
{
width: 690px;
margin-left: 5px;
}
#footer
{
clear: both;
height: 20px;
}
</style>
<body>
<div id="container">
<div id="header">
</div>
<div class="separator">
</div>
<div id="post_container">
<div id="left_pan">
</div>
<div id="right_pan">
</div>
<div class="separator">
</div>
</div>
<div class="separator">
</div>
<div id="footer">
</div>
</div>
</body>
</html>
'06_여행' 카테고리의 다른 글
Stravinsky - L'HISTOIRE DU SOLDAT - The Soldier's Tale, Nacho Duato (네덜란드 단테 극장에서 공연했던 것) (0) | 2009.03.09 |
---|---|
맥도널드와 서버 클라이언트 (0) | 2009.03.08 |
워드프레스 complete 책 끝 (0) | 2009.03.08 |
스페인 동기가 찍은 사진 (0) | 2009.03.08 |
유틸리티 카트와 워드프레스 (0) | 2009.03.08 |
사업수행중의 나눔과 봉사활동 추진 (0) | 2009.03.06 |
프로와 아마추어의 차이 (0) | 2009.03.05 |
배달과 웹프로그래밍 (0) | 2009.03.05 |
website backup (0) | 2009.03.05 |
Simple 때로는 빼는 것이 아름답다. (0) | 2009.03.03 |