테이블 관련 질문입니다 정보
테이블 관련 질문입니다
본문
위에는 크롬이고 아래는 익스9인인데 왜 익스9에서 초기화 버튼이 아래로 내려가는지 모르겠습니다
<table width="792" height='30' style='border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5;'>
<form name='frm' method='get'>
<td width="127" style='border-right:1px solid #e5e5e5;'>
<select type='text' name='sort' style='width:120px;'>
<option value="date" style='width:100px;'>등록순</option>
<option value="priceup" style='width:100px;'>가격순(비쌈)</option>
<option value="pricedown" style='width:100px;'>가격순(저렴)</option>
<option value="name" style='width:100px;'>이름순</option>
<option value="levelup" style='width:100px;'>레벨순(높음)</option>
<option value="leveldown" style='width:100px;'>레벨순(낮음)</option>
</select>
</td>
<td width="129" style='border-right:1px solid #e5e5e5;'>
<input type='hidden' name='searchtype1' value='name' />
이름:
<input type='text' name='searchname' value='<?=$searchname?>' style='width:90px;'/>
</td>
<td width="129" style='border-right:1px solid #e5e5e5;'>
<input type='hidden' name='searchtype4' value="level" />
레벨:
<input type='text' name='searchlevel' value='<?=$searchlevel?>' style='width:90px;' />
</td>
<td width="262" style='border-right:1px solid #e5e5e5;'>
<input type='hidden' name='searchtype2' value="price" />
가격:
<input type='text' name='searchprice1' value='<?=$searchprice1?>' style='width:100px;'/> ~
<input type='hidden' name='searchtype3' value="price" />
<input type='text' name='searchprice2' value='<?=$searchprice2?>' style='width:100px;'/>
</td>
<td>
<input type='image' src="<?=$g4[path]?>/shop/file/search.gif" style='height:24;' />
</td>
</form>
<td>
<a href="<?=$g4[path]?>/shop/img/"><input type='image' src="<?=$g4[path]?>/shop/file/reset.gif" /></a>
</td>
</table>
제 생각에는 /form 이늠이 익스9에서 줄바꿈하는 것같은데 이거 어찌해야하나요
<table width="792" height='30' style='border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5;'>
<form name='frm' method='get'>
<td width="127" style='border-right:1px solid #e5e5e5;'>
<select type='text' name='sort' style='width:120px;'>
<option value="date" style='width:100px;'>등록순</option>
<option value="priceup" style='width:100px;'>가격순(비쌈)</option>
<option value="pricedown" style='width:100px;'>가격순(저렴)</option>
<option value="name" style='width:100px;'>이름순</option>
<option value="levelup" style='width:100px;'>레벨순(높음)</option>
<option value="leveldown" style='width:100px;'>레벨순(낮음)</option>
</select>
</td>
<td width="129" style='border-right:1px solid #e5e5e5;'>
<input type='hidden' name='searchtype1' value='name' />
이름:
<input type='text' name='searchname' value='<?=$searchname?>' style='width:90px;'/>
</td>
<td width="129" style='border-right:1px solid #e5e5e5;'>
<input type='hidden' name='searchtype4' value="level" />
레벨:
<input type='text' name='searchlevel' value='<?=$searchlevel?>' style='width:90px;' />
</td>
<td width="262" style='border-right:1px solid #e5e5e5;'>
<input type='hidden' name='searchtype2' value="price" />
가격:
<input type='text' name='searchprice1' value='<?=$searchprice1?>' style='width:100px;'/> ~
<input type='hidden' name='searchtype3' value="price" />
<input type='text' name='searchprice2' value='<?=$searchprice2?>' style='width:100px;'/>
</td>
<td>
<input type='image' src="<?=$g4[path]?>/shop/file/search.gif" style='height:24;' />
</td>
</form>
<td>
<a href="<?=$g4[path]?>/shop/img/"><input type='image' src="<?=$g4[path]?>/shop/file/reset.gif" /></a>
</td>
</table>
제 생각에는 /form 이늠이 익스9에서 줄바꿈하는 것같은데 이거 어찌해야하나요
댓글 전체
우선 table에 tr 태그가 없네요
그누보드 스킨 write.skin.php를 참고해서 form 태그 위치 넣는 법을....
그누보드 스킨 write.skin.php를 참고해서 form 태그 위치 넣는 법을....

답변감사합니다 웹표준에대해 공부해야겠네여 ㅠㅠ