css style에서 단위(px)가 설정되지 않은 것들 수정

This commit is contained in:
2018-04-15 23:57:22 +09:00
parent d567f3218a
commit 5a94bf434a
19 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -37,11 +37,11 @@ if($me['level'] < 5) {
<tr><td>기 밀 실<br><?=backButton()?></td></tr>
<form name=form1 method=post action=c_chiefboard.php>
<tr><td align=center>
제목 <input type=textarea maxlength=50 name=title style=color:white;background-color:black;width:830;>
제목 <input type=textarea maxlength=50 name=title style=color:white;background-color:black;width:830px;>
</td>
</tr>
<tr><td>
<textarea name=msg style=color:white;background-color:black;width:998;height:200;></textarea><br>
<textarea name=msg style=color:white;background-color:black;width:998px;height:200px;></textarea><br>
<input type=submit value=저장하기>
<input type=hidden name=num value=-1>
</td></tr>