html태그 table 이미지속 input text
이미지 속에 테이블을 넣을려하거든요![]()
↑이렇게 하고싶은데 ...
우선 이렇게작성했어요
<table border=0>
<tr><td>
<table border=0>
<tr><input type=text><td>
</td></tr>
</table>
<img src=./img/test.gif border=0>
</td></tr>
</table>
그래서 링크처럼되었구요 ..
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 3개
스타일 먹이면 될껀데
<style type="text/css">
.search_box {
width:356px;height:31px;
text-align:left;
margin-right:4px;background:url(bg_nvCommon.gif) no-repeat left top;
background-attachment: fixed;
clear:both;
}
</style>
<input type=text class=search_box>
이런식으로
배워봐야겠네여 !!! 감사합니다 @_@