갠적으로 커뮤니티형 메인페이지에 젤 많이 쓰인다고 보는 레이아웃
<!-- 홈페이지 시작 -->
<table width="1000px">
<tr>
<td width="100%">
<!-- 상단 내용 시작 -->
<table width="100%" height="200px">
<tr>
<td width="100%" height="200px"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
<!-- 중단 내용 시작 -->
<table width="100%">
<tr>
<td width="20%"></td>
<td width="60%"></td>
<td width="20%"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=100%>
<!-- 하단 내용 시작 -->
<table width="100%" height="80px">
<tr>
<td width="100%" height="80px"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 홈페이지 내용 끝 -->
!!!
혹시나 여러분은 뭔가 독창적인 커뮤니티 메인 사용하신다면 어떤 구조로 사용하나요
div 라도 상관없습니다.
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 8개
#wrap
<div id="header">
#header
</div>
<div id="container">
#container
<div class="snb">
.snb
</div>
<div id="content">
#content
</div>
<div class="clear">
</div>
</div>
<div id="footer">
#footer
</div>
</div>
<div id="header">
</div>
<div id="contents">
</div>
<div id="footer">
</div>
</div>
다 분리시켜버리세요~
최소단위 div 에서 개별 순차적으로 로딩되는걸로 아는데, 아닌가요?
말씀하신 전자의 경우는 div가 아닌 테이블의 특징으로 아는데...