AI박프로

기본게시판에서 회색줄지우기와 공간줄이기??

· 14년 전 · 1451 · 4
Untitled-1.jpg
게시판의 미세한부분까지 수정요청을 해주셔서 잡아나가는데
어떻게 해야하는지 알수가없네요, 이런거 까지 ㅜㅜㅜㅜㅜ

코드는 아래와같습니다.

저 좀 살려주세요, ㅎㅎㅎ


<!-- 검색 -->
<div style="float:right;" class="board_search">
<form name="fsearch" method="get">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sca" value="<?=$sca?>">
<select name="sfl">
<option value="wr_subject">제목</option>
<option value="wr_content">내용</option>
</select>
<input name="stx" class="stx" maxlength="15" itemname="검색어" required value='<?=stripslashes($stx)?>'>
<input type="image" src="<?=$board_skin_path?>/img/btn_search.gif" border='0' align="absmiddle">
</form>
</div>


<!-- 제목 -->
<form name="fboardlist" method="post">
<input type='hidden' name='bo_table' value='<?=$bo_table?>'>
<input type='hidden' name='sfl' value='<?=$sfl?>'>
<input type='hidden' name='stx' value='<?=$stx?>'>
<input type='hidden' name='spt' value='<?=$spt?>'>
<input type='hidden' name='page' value='<?=$page?>'>
<input type='hidden' name='sw' value=''>

<table cellspacing="0" cellpadding="0" class="board_list" border=0>
<col width="50" />
<? if ($is_checkbox) { ?><col width="40" /><? } ?>
<col />

<col width="80" />

<? if ($is_good) { ?><col width="40" /><? } ?>
<? if ($is_nogood) { ?><col width="40" /><? } ?>
<tr>
<th background='<?=$board_skin_path?>/img/title_bg.gif' style="padding:0px 0 4 0px;"><font color=ffffff>번호</font></th>

첨부파일

Untitled-1.jpg (78.8 KB)
0회 2011-03-24 15:07
|

댓글 4개

CSS를 수정하셔야될듯한데 ㅎㅎ
이것만 가지고는 모르겠어요 ㅎ
스타일에서 .board_search 랑 .board_list 부분 margin, padding 값 등등을 수정해보세요~
회색줄은 for문 안에 포함된건지 아님 for문 바로 위에 있는지 알아봐야 알듯하구요
아래와 같이 변경해 보세요. 공백이 없어질? 수도 있을겁니다.
-----------------------------------------------------------------------------------------
<!-- 제목 -->
<form name="fboardlist" method="post">
<input type='hidden' name='bo_table' value='<?=$bo_table?>'>
<input type='hidden' name='sfl' value='<?=$sfl?>'>
<input type='hidden' name='stx' value='<?=$stx?>'>
<input type='hidden' name='spt' value='<?=$spt?>'>
<input type='hidden' name='page' value='<?=$page?>'>
<input type='hidden' name='sw' value=''>

<table cellspacing="0" cellpadding="0" class="board_list" border=0>
=========================================================================================
<!-- 제목 -->
<table cellspacing="0" cellpadding="0" class="board_list" border=0>
<form name="fboardlist" method="post">
<input type='hidden' name='bo_table' value='<?=$bo_table?>'>
<input type='hidden' name='sfl' value='<?=$sfl?>'>
<input type='hidden' name='stx' value='<?=$stx?>'>
<input type='hidden' name='spt' value='<?=$spt?>'>
<input type='hidden' name='page' value='<?=$page?>'>
<input type='hidden' name='sw' value=''>
form문은 table밖에 있는게 정상입니다..

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고