원래 코드는
<div style="float:left;width:227px;height:38px;padding:0px;">
<img alt="" src="mainimage/topimg1.png" />
</div>
이렇게 되어 있죠. 가독성이 좋으라고 줄넘김이 잘 되어있는데 자꾸 공백이 생기는 겁니다.
그래서 혹시나 하고
<div style="float:left;width:227px;height:38px;padding:0px;"><img alt="" src="mainimage/topimg1.png" /></div>
처럼 한줄로 바꿔 보았습니다.
그랬더니 잘 되네요 ㅡㅡ;;;;;;;;;;;;;
댓글을 달아 주세요