홈페이지 바깥부분 질문! 정보
홈페이지 바깥부분 질문!본문
댓글 전체
노프레임으로는 불가능한가요?

가능하죠
가운데 박스는
http://html.nhndesign.com/naver_common_layout_ui_library#L5
레이아웃 참고 하시고
폭넓어지는 건 바디 속성에 백그라운드로 처리하면 될듯하네요
margin:0 0 0 0 ;
background-image:이미지
background-repear:repeat-x;
background-position: top left;
가운데 박스는
http://html.nhndesign.com/naver_common_layout_ui_library#L5
레이아웃 참고 하시고
폭넓어지는 건 바디 속성에 백그라운드로 처리하면 될듯하네요
margin:0 0 0 0 ;
background-image:이미지
background-repear:repeat-x;
background-position: top left;
잘 이해가 안되요..ㅜㅜ
간단하게 해봤구요 배경색 대신에 이미지로 해주면 될뜻합니다.
#999999 는 표시나라고 다른 색으로 한거구요 #ccccc 랑 같은 백그라운드 해주면 됩니다.
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="80" bgcolor="#CCCCCC">
<table align="center" cellpadding="0" cellspacing="0" width="600">
<tr>
<td width="600" height="80" bgcolor="#999999">
<p align="center">이부분도 같은 그림으로 해주면 됩니다.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="600">
<tr>
<td width="600" height="344" bgcolor="#999999">
<p align="center">중앙</p>
</td>
</tr>
</table>
#999999 는 표시나라고 다른 색으로 한거구요 #ccccc 랑 같은 백그라운드 해주면 됩니다.
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="80" bgcolor="#CCCCCC">
<table align="center" cellpadding="0" cellspacing="0" width="600">
<tr>
<td width="600" height="80" bgcolor="#999999">
<p align="center">이부분도 같은 그림으로 해주면 됩니다.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="600">
<tr>
<td width="600" height="344" bgcolor="#999999">
<p align="center">중앙</p>
</td>
</tr>
</table>
나도엔타님! 감사합니다. 감동입니다.^^
width를 지정하지 않으면 되는거네요^^* 다시한번 감사인사!