묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.04.23 00:51
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 8
-
조민
2005.04.23 02:31
-
히카루
2005.04.23 01:14
list_head.php는 보셨나요??? 그곳에서 리스트의 가장 위에 오는 제목이나 분류, 번호같은 것들을 보여주니 그곳을 먼저 보세요. -
히카루
2005.04.23 01:15
그래도 안된다면 게시판 상단에 들어갈 내용 중 마지막의 <td>뒤에 marginwidth=0 marginheight=>를 넣어줘보시겠어요? -
하늘땅
2005.04.23 01:47
list_head.php는 이것 저것해도 않되는 것 같구여
게시판 상단내용중 마지막은
<td marginwidth="0" marginheight="0">
이렇게 써는데 반응이 없네요...
게시판 화면을 드래그 해보면 글짜나 그림들이 선택되잔아여
선택된 여백상 보면 아무래도 php쪽인것 같으데...
혹시 다른 방법은 없나여???
list_head.php.....php를 제가 잘몰라서 수정을 제대로 못했나?? -
하늘땅
2005.04.23 02:03
list_head.php내용입니다.
----------------------------------------------------------------------------
<?$coloring=0;?>
<table border=0 cellspacing=1 cellpadding=4 width=<?=$width?> style=table-layout:fixed>
<form method=post name=list action=list_all.php>
<input type=hidden name=page value=<?=$page?>>
<input type=hidden name=id value=<?=$id?>>
<input type=hidden name=select_arrange value=<?=$select_arrange?>>
<input type=hidden name=desc value=<?=$desc?>>
<input type=hidden name=page_num value=<?=$page_num?>>
<input type=hidden name=selected>
<input type=hidden name=exec>
<input type=hidden name=keyword value="<?=$keyword?>">
<input type=hidden name=sn value="<?=$sn?>">
<input type=hidden name=ss value="<?=$ss?>">
<input type=hidden name=sc value="<?=$sc?>">
<col width=50></col><?=$hide_category_start?><col width=80></col><?=$hide_category_end?><col width=></col><col width=100></col><col width=70></col><col width=50></col><col width=50></col>
<tr align=center class=title>
<td class=title_han height=30>번호</td>
<?=$hide_category_start?><td class=title_han nowrap>분류</td><?=$hide_category_end?>
<td class=title_han>제목</td>
<td class=title_han>작성자</td>
<td class=title_han>작성일</td>
<td class=title_han><?=$a_vote?><font class=title_han>추천</font></a></td>
<td class=title_han><?=$a_hit?><font class=title_han>조회</font></a></td>
</tr>
-----------------------------------------------
여기서 수정할내용이 뭘까요??
아님 다른 파일을.....??? -
하늘땅
2005.04.23 03:28
cellspacing=0 cellpadding=0 별 반응이 없는데여! -
조민
2005.04.23 03:48
하늘땅님//
저가 위에 보여준 소스는 말입니다..
list_head.php 상단 테이블을 수정하시라고 적어드린겁니다..
하늘땅님// 게시판 사이트에서 소스 보기를 했더니 아직 그대로입니다..
예]
하늘땅님 사이트 소스보기중에서...
<table border=0 cellspacing=1 cellpadding=4 width=100% style=table-layout:fixed>
<form method=post name=list action=list_all.php><input type="hidden" name="PHPSESSID" value="23c9f5d0b1df33cfd2f4b2d146809877" />
<input type=hidden name=page value=1>
<input type=hidden name=id value=test>
<input type=hidden name=select_arrange value=headnum>
<input type=hidden name=desc value=asc>
<input type=hidden name=page_num value=20>
<input type=hidden name=selected>
<input type=hidden name=exec>
<input type=hidden name=keyword value="">
<input type=hidden name=sn value="off">
<input type=hidden name=ss value="on">
<input type=hidden name=sc value="on"> -
하늘땅
2005.04.23 11:13
친절한 답변 감사합니다.
말씀하신데로 list_head.php 상단 테이블을 수정은 했었는데...
별 반응이 없어서 원위치 시켜 놓은 상태입니다.
원위치 후에 보신듯합니다.
그래도 여러분의 답변 감사드립니다.
이렇게 해보세요...
<table border=0 cellspacing=1 cellpadding=0 width=<?=$width?> style=table-layout:fixed>