묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.10.22 20:49
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 4
-
영진
2005.10.22 21:24
-
남윤정
2005.10.22 21:41
와 빠른 리플에 정말정말 감사드립니다!
그런데 닉네임 폰트가 좀 깨져 나오거든요
<img src="http://seamilk.com/zb41pl5/data/board/nate.jpg">
이렇게 나오는데
제목의 폰트처럼 나오게 할 수는 없나요? -
영진
2005.10.22 22:51
이렇게 해보세요.
<?
$subject = str_replace(">","><font class=list_han>",$subject);
$name= str_replace(">","><font class=list_han>",$name);
?>
<tr>
<td height=1 colspan=<?=$colnum?>></td>
</tr>
<tr align=center onMouseOver=this.style.backgroundColor='' onMouseOut=this.style.backgroundColor='' height=22>
<td width=50 align=center nowrap><span class=d><?=$number?></TD>
<td width=100% align=left><?=$hide_cart_start?><input type=checkbox name=cart value="<?=$data[no]?>"><?=$hide_cart_end?><?=$insert?><?=$icon?><?=$subject?>
<?$comment_num="".$data[total_comment]."";if($data[total_comment]==0) { $comment_num="";}echo "<span class=d>$comment_num</span>";?>
</td>
<td width=80 align=center nowrap class=d>
<?=$name?></td>
</tr>
<tr><td height=1 colspan=6 class=line></td></tr> -
남윤정
2005.10.22 23:28
영진님 리플 달아주셔서 너무 감사드려요!
알려주신데로 해봤는데요
아무런 변화가 없어요 ㅠ.ㅠ
여전히 위에처럼 폰트가 슬쩍 깨지는데..
저도 나름데로 여기저기 알아보고 있는데
생각보다 어렵네요..
뭐가 문제인지를 잘 모르겠어요;
<tr>
<td height=1 colspan=<?=$colnum?>></td>
</tr>
<tr align=center onMouseOver=this.style.backgroundColor='' onMouseOut=this.style.backgroundColor='' height=22>
<td width=50 align=center nowrap><span class=d><?=$number?></TD>
<td width=100% align=left><?=$hide_cart_start?><input type=checkbox name=cart value="<?=$data[no]?>"><?=$hide_cart_end?><?=$insert?><?=$icon?><?=$subject?>
<?$comment_num="".$data[total_comment]."";if($data[total_comment]==0) { $comment_num="";}echo "<span class=d>$comment_num</span>";?>
</td>
<td width=80 align=center nowrap class=d>
<?=$name?></td>
</tr>
<tr><td height=1 colspan=6 class=line></td></tr>