Development/HTML

정중앙 위치 시키기

linuxism 2011. 1. 31. 02:04
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목</title>
</head>
<body leftmargin=0 topmargin=0 scroll=auto>
<table cellspacing=0 cellpadding=0 width=100% height=100%>
<tr><td align=center valign=middle>
 이 위치가 정중앙입니다.
</td></tr></table>
</body>
</html>