검색 이미지 잡아주세요~~ 정보
검색 이미지 잡아주세요~~본문
<form method="post" action="./qdsearch/search.php">
<TR>
<TD><input type=text size="20" name="key" background-color:white; background-position:0% 0px; margin-bottom:4; border-width:1; border-color:rgb(204,204,204); border-style:solid;"> <input type=image height=20 width=49
src="image/sch_btn.gif" border=0=submit value=검색 style="margin-top:0px;"></TD>
</TR></form>
<TD><input type=text size="20" name="key" background-color:white; background-position:0% 0px; margin-bottom:4; border-width:1; border-color:rgb(204,204,204); border-style:solid;"> <input type=image height=20 width=49
src="image/sch_btn.gif" border=0=submit value=검색 style="margin-top:0px;"></TD>
</TR></form>
검색을 붙이려 하는데 이미지가 그냥 텍스트 위에 있네요.
이런거 마진으로 하는거라는데 첨 해보는지라 모르겠네요..
테스창하고 이미지가 일렬로 되게...아시는분 있으면 좀 잡아주세요~~
댓글 전체
하나의 셀로하면 아래와 같이 포지션으로 해야 할 듯.
<input type=text size="20" name="key" background-color:white; background-position:0% 0px; margin-bottom:4; border-width:1; border-color:rgb(204,204,204); border-style:solid;"> <input type=image height=20 width=49 src="image/sch_btn.gif" border=0=submit value=검색 style="position:relative; top:3px;">
<input type=text size="20" name="key" background-color:white; background-position:0% 0px; margin-bottom:4; border-width:1; border-color:rgb(204,204,204); border-style:solid;"> <input type=image height=20 width=49 src="image/sch_btn.gif" border=0=submit value=검색 style="position:relative; top:3px;">
두개의 셀이라면 아래처럼~
<td></td>
<td style="padding:3px;"></td>
<td></td>
<td style="padding:3px;"></td>
불필요한 것 빼고나면요,,
<form method="post" action="./qdsearch/search.php">
<tr>
<td><input type=text size="20" name="key" style="background-color:white; border-width:1; border-color:#cccccc; border-style:solid;"> <input type=image src="image/sch_btn.gif" border='0' height='20' width='49' align='absmiddle' style="margin-top:0px;">
</td>
</tr>
</form>
ps, 이크^^ 그사이 고수님께서 먼저 올리셨네요,,,
<form method="post" action="./qdsearch/search.php">
<tr>
<td><input type=text size="20" name="key" style="background-color:white; border-width:1; border-color:#cccccc; border-style:solid;"> <input type=image src="image/sch_btn.gif" border='0' height='20' width='49' align='absmiddle' style="margin-top:0px;">
</td>
</tr>
</form>
ps, 이크^^ 그사이 고수님께서 먼저 올리셨네요,,,
ㅎㅎ 유아원님 플록님 감사합니다.
열심히 배울께요~~^^ㅋ
열심히 배울께요~~^^ㅋ