배경이미지가 왜 중간으로 안내려 올까요? ㅠ..ㅠ 정보
배경이미지가 왜 중간으로 안내려 올까요? ㅠ..ㅠ첨부파일
본문
한줄 게시판을 거의 다 수정했는데, 배경이미지가 좌측 상단에서 안내려 오네요. ㅠ..ㅠ
글자색 글씨 밑의 스마일리 배경입니다. ㅠ..ㅠ
이것만 수정되면 거의 끝나는데... 첨부파일의 write.skin.php의 175라인 부근 입니다.
<tr>
<td width="60" onClick="show()" background="<?=$board_skin_path?>/img/emo_bg.gif" style="background-repeat:no-repeat; background-position:center middle;">
<img name="mainimage" border=0 src='<?=$board_skin_path?>/emoticons/<?=$subject?>.gif'>
<td width="60" onClick="show()" background="<?=$board_skin_path?>/img/emo_bg.gif" style="background-repeat:no-repeat; background-position:center middle;">
<img name="mainimage" border=0 src='<?=$board_skin_path?>/emoticons/<?=$subject?>.gif'>
댓글 전체
이렇게 해보세요.
<tr>
<td width="60">
<div onClick="show()" style="background:url(<?=$board_skin_path?>/img/emo_bg.gif) no-repeat center middle; height:25px; padding-top:3px;">
<img name="mainimage" border=0 src='<?=$board_skin_path?>/emoticons/<?=$subject?>.gif'>
</div>
<tr>
<td width="60">
<div onClick="show()" style="background:url(<?=$board_skin_path?>/img/emo_bg.gif) no-repeat center middle; height:25px; padding-top:3px;">
<img name="mainimage" border=0 src='<?=$board_skin_path?>/emoticons/<?=$subject?>.gif'>
</div>
흙~ 감사합니다. 그런데 기존에껀 왜 안되었는지 ㅠ..ㅠ
네이버 지식인을 한참 뒤져서 찾어서 적용한건데... ㅋㅋ
네이버 지식인을 한참 뒤져서 찾어서 적용한건데... ㅋㅋ
