테이블안에 div 가 들어가니 아무리 해도 중앙정렬이 안되요..ㅜㅜ. 정보
테이블안에 div 가 들어가니 아무리 해도 중앙정렬이 안되요..ㅜㅜ.본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://hunetkorea.com/index.php
div 에 style 먹여 정렬해봐도 td나 table에 aling을 줘도.. 중앙정렬이 안먹혀요.
그림에 보이시는 화면 중앙에 떡하니 왼쪽으로 간 직사각형있죠?
중앙정렬 하는 법좀 알려주세요.
오류 주소 : http://hunetkorea.com/index.php
div 에 style 먹여 정렬해봐도 td나 table에 aling을 줘도.. 중앙정렬이 안먹혀요.
그림에 보이시는 화면 중앙에 떡하니 왼쪽으로 간 직사각형있죠?
중앙정렬 하는 법좀 알려주세요.
댓글 전체
<!--중앙 START--> 조금 밑에 보면
<table width=100% background="../images/main/mainback.jpg" height="475" style="background-position: center center;" BORDER=0 CELLPADDING=0 CELLSPACING=0 >
<tr>
<td align="center" width="982" >
라는 부분의
<table width=100%
를
<table width=982
로 바꿔보세요
<table width=100% background="../images/main/mainback.jpg" height="475" style="background-position: center center;" BORDER=0 CELLPADDING=0 CELLSPACING=0 >
<tr>
<td align="center" width="982" >
라는 부분의
<table width=100%
를
<table width=982
로 바꿔보세요
네네 답변감사드려요. table 넓이를 100%로가 아닌 일정 수치로 지정하니 먹혀들어가군요^^
정말 감사드립니다^__________^ 꾸벅
정말 감사드립니다^__________^ 꾸벅