소개-문서 전체를 중앙 정렬하기 정보
기타 소개-문서 전체를 중앙 정렬하기본문
To center the entire document with CSS:
http://www.w3.org/TR/html4/present/graphics.html#alignment
에 보면 다음 처럼 하라고 되어 있네요.
<HEAD>
<TITLE>How to Carve Wood</TITLE>
<STYLE type="text/css">
BODY {text-align: center}
</STYLE>
<BODY>
...the body is centered...
</BODY><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
http://www.w3.org/TR/html4/present/graphics.html#alignment
에 보면 다음 처럼 하라고 되어 있네요.
<HEAD>
<TITLE>How to Carve Wood</TITLE>
<STYLE type="text/css">
BODY {text-align: center}
</STYLE>
<BODY>
...the body is centered...
</BODY><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
추천
0
0
댓글 1개
감사합니다