장수명을 9글자까지 반영할 수 있도록 수정하고. 레이아웃 틀어지지 않도록 수정 진행중

This commit is contained in:
2018-05-30 02:47:33 +09:00
parent a95903ceff
commit 317c42b384
17 changed files with 51 additions and 48 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ for ($i=0; $i < $nationcount; $i++) {
<tr>
<td width=498 align=right id=bg1>장수명</td>
<td colspan=2>
<input type=text name=name maxlength=6 size=12 style=color:white;background-color:black; value=<?=$member['name']?>>(6글자 이내)
<input type=text name=name maxlength=9 size=18 style=color:white;background-color:black; value=<?=$member['name']?>>(9글자 이내)
</td>
</tr>
<?php