form태그 테이블 안이랑 밖에 중에 어디에서 감싸나요?
친화력
2023.04.01
!-- 상담문의 게시판 부분 --
from
table class=QnATable04
colgroup
col width=134 px/col width=/
/colgroup
tbody
tr
th질문유형/th
td
select class=sel_type01
option맞춤문의/option
option신랑신부한복/option
option어머니한복/option
option당의/배자/두루마기/option
option한복드레스/option
/select
/td
/tr
tr
th제목/th
td colspan=2input type=text name= id= class=han_input style=width:560px;/td
/tr
tr
th문의내용/th
td colspan=2textarea class=commentBox/textarea/td
/tr
/tbody
/table
/from
!-- 상담문의 게시판 부분 --
전 폼이 테이블 안에 감싸는걸로 알고있는데 개발자 친구가 바깥쪽에다 감싸라고 하는데 저렇게 해도되나요?
-
BabySue
위의 소스가 맞는거 같아요 ~~ 폼태그 안에서 영역나눌때 보통 fieldset 나 테이블을 써요 ~
-
오미자
테이블안이라면 td 안은 아닐것이고..다른곳엔 form 태그가 위치할수없습니다.
table 밖으로 빼야만 합니다.