묻고답하기
(그림참고) 저와 같은 문제라면 포기하는게 나을지도 ㅠㅠ (결국 해결책을 못찾았어요)
2015.07.02 16:24
원래는 괜찮았는데
코어가 1.7.? 로 업데이트 되면서부터 지금은 첨부파일처럼
이미지에 다음칸 여백이 생겨요
많은 전문가님들이 조언을 해주셨지만, 해결은 되지 않았어요.
결론은 해결방법이 없는거 같으며
코어 버젼을 1.7.? 아래로 낮추는수 밖에는 없을듯해요.
저와 같은 고민이 생기시는 분들은
고생하시 마시고 XE 버젼을 낮추시는게 답일지도 모른다는 생각에 글을 올려요.
--------------------그림으로 설명-----------------------------
위젯 페이지에서 내용직접 추가 할때
소스를 붙여넣기 하고 저장을 하면요
예전 XE 버젼에서는
첫번째 그림처럼
4가지 그림이 모두 붙여서 잘 나왔지만
XE 최근껄로 업데이트 했더니
두번째 그림처럼
첫번째 줄 그림하고 두번째 줄 그림하고 여백이 생겨버립니다.
이해가 안되는분들이 계신다면
XE 1.8.3에서
위젯페이지(에디터 스킨 > ckeditor)에서
내용직접추가 해서
아래 소스를 입력해보시면 무슨말인지 아실꺼에요.
<table width="307" height="205" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="152">
<img src="http://postfiles15.naver.net/20150701_206/freec1004_1435747780571reT0C_JPEG/R4.jpg?type=w2" width="230" height="140"></td>
<td width="139">
<img src="http://postfiles4.naver.net/20150701_227/freec1004_1435747780344TIqRx_JPEG/R3.jpg?type=w2" width="230" height="140"></td>
</tr>
<tr>
<td><img src="http://postfiles6.naver.net/20150701_21/freec1004_14357477801856sxoz_JPEG/R2.jpg?type=w2" width="230" height="140">
</td>
<td><img src="http://postfiles3.naver.net/20150701_82/freec1004_1435747779919NG19R_JPEG/R1.jpg?type=w2" width="230" height="140">
</td>
</tr>
</table>
댓글 4
-
하늘희
2015.07.02 16:41
-
하늘희
2015.07.02 16:41
-
ehii
2015.07.02 18:06
F12를 눌러 개발자 도구에서 홈페이지에 적용된 스타일을 찾아보면 금방 알 수 있는 문제입니다.
홈페이지를 공개하시면 간단한데.. 이게 불가능하다면 직접 찾으셔야 합니다.
해결책이 없다거나 이런 문제가 생기면 고민하지 말고 코어를 낮추라는 말 등은
부족한 정보에도 불구하고 글쓴이의 질문글에 답변을 달아주신 다른 분들께 예의가 아닌 듯 하네요.
더군다나 코어를 낮추라고 권유하는 것은.....
-
inJin
2015.07.02 18:38
<style>.qwe td img{height:100%}</style>
<table class="qwe" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><img src="http://postfiles15.naver.net/20150701_206/freec1004_1435747780571reT0C_JPEG/R4.jpg?type=w2" editor_component="image_link" /></td>
<td><img src="http://postfiles4.naver.net/20150701_227/freec1004_1435747780344TIqRx_JPEG/R3.jpg?type=w2" editor_component="image_link" /></td>
</tr><tr>
<td><img src="http://postfiles6.naver.net/20150701_21/freec1004_14357477801856sxoz_JPEG/R2.jpg?type=w2" editor_component="image_link" /></td>
<td><img src="http://postfiles3.naver.net/20150701_82/freec1004_1435747779919NG19R_JPEG/R1.jpg?type=w2" editor_component="image_link" /></td>
</tr></tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" height="205" style="line-height: 0;" width="307">
<tbody>
<tr>
<td width="152"><img height="140" src="http://postfiles15.naver.net/20150701_206/freec1004_1435747780571reT0C_JPEG/R4.jpg?type=w2" width="230" /></td>
<td width="139"><img height="140" src="http://postfiles4.naver.net/20150701_227/freec1004_1435747780344TIqRx_JPEG/R3.jpg?type=w2" width="230" /></td>
</tr>
<tr>
<td><img height="140" src="http://postfiles6.naver.net/20150701_21/freec1004_14357477801856sxoz_JPEG/R2.jpg?type=w2" width="230" /></td>
<td><img height="140" src="http://postfiles3.naver.net/20150701_82/freec1004_1435747779919NG19R_JPEG/R1.jpg?type=w2" width="230" /></td>
</tr>
</tbody>
</table>