알라뷰님이 만드신 "한 줄 메모장"... 정보
알라뷰님이 만드신 "한 줄 메모장"...본문
알라뷰님께서 올리신 "한 줄 메모장" 이거요...
글 쓰는 부분이 위에 있고, 메모 내용이 아래에 있잖아요.
그걸 반대로... 메모 내용이 위로 오고 글 쓰는 부분이 아래로 오게 하려면 어떻게 해야하나요?
어떤 파일을 어떻게 수정해줘야되는지 모르겠네요..
댓글 전체

list.skin.php 에서 상단쪽에 있는 글입력 부분을 전부 아래로 이동하면 됩니다.
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0">
<form name="fwrite" method="post" action="./write_update.php" enctype="multipart/form-data" autocomplete="off">
<input type=hidden name=null>
글쓰기 내용....
</form>
</table>
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0">
<form name="fwrite" method="post" action="./write_update.php" enctype="multipart/form-data" autocomplete="off">
<input type=hidden name=null>
글쓰기 내용....
</form>
</table>
다른 내용으로 해결하였으나 감사합니다^^