묻고답하기
테이블 높이가 차이가 납니다.
2012.01.09 12:40
게시판이 아닌 문서 페이지를 만들고 있습니다.
1.
헤드부분을 만들고 있는데 나모에서 작성하여 페이지 관리에서 페이지를 생성하여 보면
나모에서 만들은 테이블의 높이하고 페이지에서 보이는 테이블의 높이하고 차이가 있습니다.
페이지에서 보이는 테이블의 높이가 약 50% ~ 2배,3배 정도 더 높아집니다.
특히 테이블안의 또다른 테이블처리를 할때 그런현상이 보입니다.
아래의 첨부는 두 테이블을 보이는것 입니다.
큰 테이블안에 작은 테이블을 넣어서 처리를 하였습니다.
참고로 레이아웃은 user_layout 을 사용하고 있습니다.
ver. 1.5.1.2 를 사용하고 있습니다.
나모에서 미리보기하여 보이는 테이블
페이지를 생성한후 보이는 테이블
어느 부분을 수정하여야 하는지요?
소스는 다음입니다.
<table width="885" align="center" bgcolor="#0B7440" bordercolor="white" bordercolordark="white" bordercolorlight="white">
<tr bordercolor="white" bordercolordark="white" bordercolorlight="white">
<td bordercolor="white" bordercolordark="white" height="21" bordercolorlight="white">
<table width="610" align="center">
<td width="110" height="17" align="center" height="14">
<p><span style="font-size:10pt"><a href="diet10001"><font color="#FFFF99">다이어트 운동</font></a></span></td>
<td width="133" height="17" align="center" height="14">
<p><span style="font-size:10pt"><a href="diet20001"><font color="#FFFF99">다이어트 클리닉</font></a></span></td>
<td width="104" height="17" align="center" height="14">
<p><span style="font-size:10pt"><a href="diet30001"><font color="#FFFF99">다이어트 음식</font></a></span></td>
<td width="123" height="17" align="center" height="14">
<p><span style="font-size:10pt"><a href="diet40001"><font color="#FFFF99">다이어트 식단</font></a></span></td>
<td width="130" height="17" align="center" height="14">
<p><span style="font-size:10pt"><a href="diet50001"><font color="#FFFF99">원푸드 다이어트</font></a></span></td>
</tr>
</table>
</td>
</tr>
</table>
2.
문자나 이미지에 링크를 걸었을때 하이퍼링크가 걸린 부분의 텍스트나 그림밑에 밑줄이 붙습니다.
송동우님의 가르침대로
xe - modules - editor - styles - default - style.css 열고
.xe_content a {text-decoration:none;} 를 추가하였는대
아무런 변화없이 동일한 현상이 발생합니다.
임시방편으로 생성한 레이아웃의 헤드부분에서 스크립트를 넣어서 사용하고 있습니다.
근본적으로 문서(페이지)나 게시판 모두 수정시에는 어느 부분을 수정하여야 하는지요?
없에는 방법이 있는지요?
css파일을 찾지 못하겠으면 그냥 해당 소스파일에서 인라인으로 처리해 보세요