화면 좌측 정렬 어떻게 해야하나요? 채택완료
june55
10년 전
조회 2,404
1. 작성화면에서 좌측정렬(파일첨부 필드)이 제대로 안되고 밀려서 화면에 보입니다.
정렬 하는 방법과
2. 그뒤 폼필드의 네모칸(파일첨부 필드)의 수직 높이를 늘리는 방법 도 고수님들 부탁드립니다.
(그 부분 소스 입니다)
· 파일첨부
|
댓글을 작성하려면 로그인이 필요합니다.
답변 6개
채택된 답변
+20 포인트
10년 전
태그가 짝이 다 안맞네요
</p><p> <td class=write_head style="padding-top:10px; line-height:30px;">
<td style='padding-left:18px;'>· 파일첨부
<div align="center">
<span onclick="add_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_add.gif"></span>
<span onclick="del_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_minus.gif"></span>
</td></p><p>
위 부분을
</p><p> <td class=write_head style="padding-top:10px; line-height:30px;">· 파일첨부
<div align="center">
<span onclick="add_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_add.gif"></span>
<span onclick="del_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_minus.gif"></span></p><p style="margin-left: 40px;"></div>
</td></p><p>
이렇게 변경하셔야 할듯 합니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
�
익명닉네임
10년 전
댓글을 작성하려면 로그인이 필요합니다.
10년 전
수정 전
</p><p style="font-size: 14.6666669845581px;"><span style="color: rgb(72, 72, 72); font-family: 돋움, Dotum, sans-serif; font-size: 14.003999710083px; line-height: 25.2071990966797px;"><tr></span></p><p style="word-break: break-all; color: rgb(72, 72, 72); font-family: 돋움, Dotum, sans-serif; font-size: 14.003999710083px; line-height: 25.2071990966797px;"><tr>
<td class=write_head>
<table cellpadding=0 cellspacing=0>
<tr>
<td class=write_head style="padding-top:10px; line-height:30px;">
<td style='padding-left:18px;'>· 파일첨부
<div align="center">
<span onclick="add_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_add.gif"></span>
<span onclick="del_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_minus.gif"></span>
</td>
</tr>
</table>
</td> </p><p><span style="color: rgb(72, 72, 72); font-family: 돋움, Dotum, sans-serif; font-size: 14.003999710083px; line-height: 25.2071990966797px;">
수정 후
</p><p><span style="color: rgb(72, 72, 72); font-family: 돋움, Dotum, sans-serif; font-size: 14.003999710083px; line-height: 25.2071990966797px;"><tr></span></p><p style="word-break: break-all; color: rgb(72, 72, 72); font-family: 돋움, Dotum, sans-serif; font-size: 14.003999710083px; line-height: 25.2071990966797px;"><tr>
<td class=write_head>
<table cellpadding=0 cellspacing=0>
<tr>
<td class=write_head style="padding-top:10px; line-height:30px;">
<td style='padding-left:18px;'>· 파일첨부
<div align="left">
<span onclick="add_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_add.gif"></span>
<span onclick="del_file();" style="cursor:pointer;"><img src="<?=$board_skin_path?>/img/btn_file_minus.gif"></span>
</td>
</tr>
</table>
</td> </p><p><span style="color: rgb(72, 72, 72); font-family: 돋움, Dotum, sans-serif; font-size: 14.003999710083px; line-height: 25.2071990966797px;">
즉
를
로 바꿔보시길 바랍니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인

깔끔하게 해결해야될꺼같네요.