묻고답하기
레이아웃을 만들었는데 ㅜ
2009.01.20 11:25
동영상 강의를 보면서 처음으로
레이아웃 홈페이지를 만들었는데
자꾸 테이블이 깨지네요 ㅠㅠㅠㅠㅠ
(안깨지게 소스 수정좀 해주실분 없으신가요ㅠ)
이틀내에 다만들어야 하는데......
뭐가 문제인지 모르겠어요 ㅠㅠ
css.css 에서 한 배경색도 적용되지도않고 ㅠ
http://kazzle.mireene.com/zbxe/ 사이트주소에요
소스올려볼께요..
layout.html폴더내의 css폴더 안의 css.css파일 소스 -------------------------------------------------------------------------------
@charset "utf-8";
/* CSS Document */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/main_5.jpg);
}
layout.html의 소스 -------------------------------------------------------------------------------------------------------------------------
<!--%import("./css/css.css")-->
<table width="973" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" rowspan="3">
<p><img src="images/main_1_6.jpg" width="200" height="302"><img src="images/main_4_3.jpg" width="200" height="400" border="0" usemap="#Map"></p></td>
<td colspan="3"><img src="zbxe/layouts/perfect/images/main_2.jpg" width="755" height="100"></td>
<td width="19" rowspan="5" background="zbxe/layouts/perfect/images/main_5.jpg"> </td>
</tr>
<tr>
<td width="20"><img src="zbxe/layouts/perfect/images/main_3.jpg" width="20" height="20"></td>
<td width="714" background="zbxe/layouts/perfect/images/main_8.jpg"> </td>
<td width="20"><img src="zbxe/layouts/perfect/images/main_3_2.jpg" width="20" height="20"></td>
</tr>
<tr>
<td background="zbxe/layouts/perfect/images/main_8.jpg"> </td>
<td bgcolor="#FFFFFF">{$content}</td>
<td background="zbxe/layouts/perfect/images/main_8.jpg"> </td>
</tr>
<tr>
<td rowspan="2" background="zbxe/layouts/perfect/images/main_6.jpg"> </td>
<td height="20"><img src="zbxe/layouts/perfect/images/main_3_3.jpg" width="20" height="20"></td>
<td background="zbxe/layouts/perfect/images/main_8.jpg"> </td>
<td><img src="zbxe/layouts/perfect/images/main_3_4.jpg" width="20" height="20"></td>
</tr>
<tr>
<td colspan="3" background="zbxe/layouts/perfect/images/main_7.jpg"> </td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="11,19,105,45" href="/zbxe/?mid=notice">
<area shape="rect" coords="11,56,123,82" href="/zbxe/?mid=survice">
<area shape="rect" coords="11,92,121,119" href="/zbxe/?mid=introduce">
<area shape="rect" coords="12,129,123,155" href="/zbxe/?mid=price">
<area shape="rect" coords="10,169,117,193" href="/zbxe/?mid=area">
<area shape="rect" coords="12,205,123,232" href="/zbxe/?mid=cleaning">
<area shape="rect" coords="11,242,152,270" href="/zbxe/?mid=standard">
<area shape="rect" coords="11,280,151,307" href="/zbxe/?mid=control">
<area shape="rect" coords="12,318,120,344" href="/zbxe/?mid=question">
<area shape="rect" coords="11,356,154,382" href="/zbxe/?mid=online">
</map>
-----------------------------------------------------------------------------------------------------------------------------------------------
댓글 3
-
김태현
2009.01.20 11:36
-
김태현
2009.01.20 11:54
css.css 배경은 해결됫는데 본문이 길어졌을때
왼쪽 이미지들이 쳐져서 공백생기는거는 해결을 못하겠네요 ㅠㅠ
도와주세요 ㅠㅠㅠㅠㅠㅠㅠㅠㅠ -
느까끼
2009.01.20 16:19
xe 기본 레이아웃을 변경하여 사용하는 방법을 이용하시는 것이 현재로서는 가장 쉽고 빠른 길입니다.
비번을 잘못쳐서 뭔지 몰라서 수정을 못하겠네요;
테이블 틀어진거는 본문 내용이 짧아서 인거같은데
세로로 본문 내용이 길어졌을때(글쓰기 눌렀을때) 왼쪽의 이미지들이
아래로 쳐지고 윗쪽에 공백이 생기는데 그거 수정할 방법좀 가르쳐주세요 ㅠㅠ
그리고 css.css 배경 적용안된거.... 이것들만 좀 가르쳐주세요 ㅠㅠ