묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
코멘트 창 높이 조절 하고 싶어요!! 어느 부분인지 도무지 손을 댈수가 없네요~ㅠㅠ
2005.11.18 20:00
코멘트 창이 너무 깁니다.
현재의 코멘트 창 길이를 반으로 줄이고 싶은데;
도무지 안줄어요.
이부분의 소스가 이닌가?;;
코멘트 길이를 조절하는 소스는 뭔가요?ㅠㅠ
혹시 현재의 소스 부분이 아니라면 무엇일까요?;;
소스 첨부 - 아래
--------------------------------------------------------------------------------------
<?php
$c_name = str_replace('class=input', 'class="input1"', $c_name);
?>
<table align="center" width="<?=$width?>" border="0" cellpadding="0" cellspacing="0">
<tr height="20">
<td></td>
</tr>
</table>
<table width="<?=$width?>" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table align="center" width="100%" border="0" cellpadding="0" cellspacing="0">
<form name="write" method="post" action="comment_ok.php">
<input type=hidden name=page value=<?=$page?>>
<input type=hidden name=id value=<?=$id?>>
<input type=hidden name=no value=<?=$no?>>
<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=keyword value="<?=$keyword?>">
<input type=hidden name=category value="<?=$category?>">
<input type=hidden name=sn value="<?=$sn?>">
<input type=hidden name=ss value="<?=$ss?>">
<input type=hidden name=sc value="<?=$sc?>">
<input type=hidden name=mode value="<?=$mode?>">
<tr>
<td><?//=$lang['memo']?></td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="100%">
<td><td width="90" class="submit_1"><div align="center">comment</div></td>
<td><textarea name="memo" class="textarea" style="width: 100%; height: 50px;"></textarea></td>
<td width="90"><input type="submit" value="글쓰기" style="width: 100%; height: 100%;" class="submit_1" accesskey="s"></td>
</tr>
</table>
<table cellpadding="0" border="0" cellspacing="0" width="80%">
<tr>
<td><?=$lang['name']?> <?=$c_name?></td>
<?=$hide_c_password_start?>
<td><?=$lang['password']?> <input type="password" name="password" <?=size(10)?> maxlength="20" class="input1"></td>
<?=$hide_c_password_end?>
</tr>
</table>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<table width="<?=$width?>" border="0" cellpadding="0" cellspacing="0">
<tr height="20">
<td></td>
</tr>
</table>
--------------------------------------------------------------------------------------
현재의 코멘트 창 길이를 반으로 줄이고 싶은데;
도무지 안줄어요.
이부분의 소스가 이닌가?;;
코멘트 길이를 조절하는 소스는 뭔가요?ㅠㅠ
혹시 현재의 소스 부분이 아니라면 무엇일까요?;;
소스 첨부 - 아래
--------------------------------------------------------------------------------------
<?php
$c_name = str_replace('class=input', 'class="input1"', $c_name);
?>
<table align="center" width="<?=$width?>" border="0" cellpadding="0" cellspacing="0">
<tr height="20">
<td></td>
</tr>
</table>
<table width="<?=$width?>" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table align="center" width="100%" border="0" cellpadding="0" cellspacing="0">
<form name="write" method="post" action="comment_ok.php">
<input type=hidden name=page value=<?=$page?>>
<input type=hidden name=id value=<?=$id?>>
<input type=hidden name=no value=<?=$no?>>
<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=keyword value="<?=$keyword?>">
<input type=hidden name=category value="<?=$category?>">
<input type=hidden name=sn value="<?=$sn?>">
<input type=hidden name=ss value="<?=$ss?>">
<input type=hidden name=sc value="<?=$sc?>">
<input type=hidden name=mode value="<?=$mode?>">
<tr>
<td><?//=$lang['memo']?></td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="100%">
<td><td width="90" class="submit_1"><div align="center">comment</div></td>
<td><textarea name="memo" class="textarea" style="width: 100%; height: 50px;"></textarea></td>
<td width="90"><input type="submit" value="글쓰기" style="width: 100%; height: 100%;" class="submit_1" accesskey="s"></td>
</tr>
</table>
<table cellpadding="0" border="0" cellspacing="0" width="80%">
<tr>
<td><?=$lang['name']?> <?=$c_name?></td>
<?=$hide_c_password_start?>
<td><?=$lang['password']?> <input type="password" name="password" <?=size(10)?> maxlength="20" class="input1"></td>
<?=$hide_c_password_end?>
</tr>
</table>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<table width="<?=$width?>" border="0" cellpadding="0" cellspacing="0">
<tr height="20">
<td></td>
</tr>
</table>
--------------------------------------------------------------------------------------
댓글 2
-
임주희
2005.11.18 20:02
-
Mersia
2005.11.21 17:03
<textarea name="memo" class="textarea" style="width: 100%; height: 50px;">
이 부분에서 heught 숫치를 줄여주세요.
그것때문에 안된다 할수도 있다하는데~ 현재 재로보드 코멘트창 정도로 높이를 줄이고 싶은데
저 위에있는 수치를 고쳐도 안되네요`;;
저 파일말고도 다른것도 뒤졌는데 안되네요;;
답변 부탁드립니다~ ㅠㅠ