list_main.php에서
이름 나오는 테이블에 nowrap 넣어주면 깨어지지 않습니다.
< td align=left style='padding-left:5px;word-break:break-all;'><?=$face_image?> <?=$name?></td>
위에걸 -->이렇게 수정 <td align=left style='padding-left:5px;word-break:break-all;' nowrap><?=$face_image?> <?=$name?></td>
다른 방법으론
write.php 에 보시면
<input type=text name=name value="<?=$name?>" <?=size(20)?> maxlength=20 class=input>부분에서
maxlength=20 ----> maxlength=5로 하면
한글이름은 5자까지만 입력됩니다...영어도 가능합니다.
'제로보드' 카테고리의 다른 글
30초 제한 풀기 (0) | 2016.05.29 |
---|---|
최근 게시물 제목에 글자대신 이미지로. (0) | 2016.05.29 |
최근게시물 새창뜨게 하기 (0) | 2016.05.29 |
최근공지사항 출력시 최근글 제목에 링크 (0) | 2016.05.29 |
최근게시물에 new아이콘 달기 (0) | 2016.05.29 |