검색창이 왼쪽 정렬로 되어 있는 게시판에서 검색창만 가운데 정렬로 바꾸려고 하는데
그누보드는 처음 만져봐서 너무 어렵네요 도와주세요ㅠㅠ
게시판에 들어있는 소스는 아래와 같구요 left라고 쓰여 있는 건 다 center로 바꾸어 봤는데 먹히지 않습니다ㅠㅠ
어떻게 손봐야 할까요?
<!-- 검색&버튼 -->
<div style="float:left;">
<table cellpadding="0" cellspacing="0">
<tr>
<td align="left">
<form name="fsearch" method="get">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sca" value="<?=$sca?>">
<select name="sfl" class="sel">
<option value="wr_subject">제목</option>
<option value="wr_content">내용</option>
<option value="wr_subject||wr_content">제목+내용</option>
</select>
</td>
<td align="left"><input name="stx" class="bbs_search" maxlength="33" itemname="검색어" required value='<?
=stripslashes($stx)?>'></td>
<td><input type=image src="<?=$board_skin_path?>/img/btn_search.gif" border="0" align="absmiddle"></td>
</tr>
</table>
</form>
</div>
<div style="float:right;">
<? if ($is_checkbox) { ?>
<a href="javascript:select_delete();"><img src="<?=$board_skin_path?>/img/btn_select_delete.gif"
border='0'></a><a href="javascript:select_copy('copy');"><img src="<?=$board_skin_path?>/img/btn_select_copy.gif"
border='0'></a><a href="javascript:select_copy('move');"><img src="<?=$board_skin_path?>/img/btn_select_move.gif"
border='0'></a>
<? } ?>
<? if ($list_href) { ?><a href="<?=$list_href?>"><img src="<?=$board_skin_path?>/img/btn_list.gif"
border='0'></a><? } ?>
<? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write.gif"
border='0'></a><? } ?>
</div>
</td>
</tr>
</table>
그누보드는 처음 만져봐서 너무 어렵네요 도와주세요ㅠㅠ
게시판에 들어있는 소스는 아래와 같구요 left라고 쓰여 있는 건 다 center로 바꾸어 봤는데 먹히지 않습니다ㅠㅠ
어떻게 손봐야 할까요?
<!-- 검색&버튼 -->
<div style="float:left;">
<table cellpadding="0" cellspacing="0">
<tr>
<td align="left">
<form name="fsearch" method="get">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sca" value="<?=$sca?>">
<select name="sfl" class="sel">
<option value="wr_subject">제목</option>
<option value="wr_content">내용</option>
<option value="wr_subject||wr_content">제목+내용</option>
</select>
</td>
<td align="left"><input name="stx" class="bbs_search" maxlength="33" itemname="검색어" required value='<?
=stripslashes($stx)?>'></td>
<td><input type=image src="<?=$board_skin_path?>/img/btn_search.gif" border="0" align="absmiddle"></td>
</tr>
</table>
</form>
</div>
<div style="float:right;">
<? if ($is_checkbox) { ?>
<a href="javascript:select_delete();"><img src="<?=$board_skin_path?>/img/btn_select_delete.gif"
border='0'></a><a href="javascript:select_copy('copy');"><img src="<?=$board_skin_path?>/img/btn_select_copy.gif"
border='0'></a><a href="javascript:select_copy('move');"><img src="<?=$board_skin_path?>/img/btn_select_move.gif"
border='0'></a>
<? } ?>
<? if ($list_href) { ?><a href="<?=$list_href?>"><img src="<?=$board_skin_path?>/img/btn_list.gif"
border='0'></a><? } ?>
<? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write.gif"
border='0'></a><? } ?>
</div>
</td>
</tr>
</table>
댓글 3개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기