묻고답하기

드림위버로 작업했는데

table로 레이아웃을 만들면 내용만 나오고 배경은 나오지 않아서

다시 div를 이용해서 레이아웃을 구성했습니다 !

 

그런데 여전히 나오지 않네요 ㅠㅠㅠ

뭐가 문제일까요?

 

밑에는 소스입니다

 

div 사이의 이미지들은 주석처리 해서 안보이게 만들었어요

혹시해서 지우지 못했거든요 ㅠㅠ

고쳐야 하는 부분좀 알려주세요!

 

이미지 뒤에 붙인 undefine은 같이 이미지를 올려놓지 않아서 그런것 같아요

이것과 상관없이 알려주시면 감사하겠습니다 ㅠㅠ

 

처음시작이 너무어렵네요 ㅠㅠㅠㅠ꼭 도와주시면 감사하겠습니다..

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>div tag </title>
 <style type = "text/css">
 body{
 text-align:center;
 margin: 0 auto;
 width:992px;
 height:900px;
 bacground-color:white;
 }

 
 #header{
 width:992px;height:36px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_01.gif);
 background-attachment: scroll;
 }
 #hleft{
 width:188px;height:359px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_02.gif)undefined;
 background-attachment: scroll;
 }
 #hcontent{
 width:577px;height:359px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_03.gif)undefined;
 background-attachment: scroll;
 }
 #hright{
 width:227px;height:359px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_04.gif)undefined;
 background-attachment: scroll;
 }
 #leftad{
 width:188px;height:967px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_05.gif)undefined;
 background-attachment: scroll;
 }
 #news{
 width:576px;height:50px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_06.gif)undefined;
 background-attachment: scroll;
 }
 #newsi{
 width:288px;height:318px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_08.gif)undefined;
 background-attachment: scroll;
 }
 #newsii{
 width:288px;height:318px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_09.gif)undefined;
 background-attachment: scroll;
 }
 #rightad{
 width:227px;
 height:967px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:right;
 background-image: url(http://www.xpressengine.com/images/winglo_index_07.gif)undefined;
 background-attachment: scroll;
 }
 #newsbottom{
 width:576px;height:356px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_10.gif)undefined;
 background-attachment: scroll;
 }
 #freeboard{
 width:576px;height:45px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_11.gif)undefined;
 background-attachment: scroll;
 }
 #boardcontent{
 width:576px;height:198px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_12.gif)undefined;
 background-attachment: scroll;
 }
 #footer{
 width:992px;height:100px;
 border:groove 0px silver;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:left;
 background-image:url(http://www.xpressengine.com/images/winglo_index_13.gif)undefined;
 background-attachment: scroll;
 }
 
 
 </style>
</head>


<body>
<center>
<div id="header">
  <div align="center"><!--img src="./images/winglo_index_01.gif" width="992" height="36" alt="navigater"/--></div>
</div>
<div id="hleft">
 
  <div>
      <div align="center"><!--img src="./images/winglo_index_02.gif" width="188" height="359"/--></div>
  </div>
</div>
<div id="hcontent">
  <div align="center"><!--img src="./images/winglo_index_03.gif" width="577" height="359" /--></div>
</div>
<div id="hright">
  <div align="center"><!--img src="./images/winglo_index_04.gif" width="227" height="359" /--></div>
</div>
<div id="leftad">
  <div align="center"><!--img src="./images/winglo_index_05.gif" width="189" height="967" /--></div>
</div>
<div id="news">
  <div align="center"><!--img src="./images/winglo_index_06.gif" width="576" height="50" /--></div>
</div>
<div id="rightad">
  <div align="center">
    <p>{$contents}<!--img src="./images/winglo_index_07.gif" width="227" height="967"/-->
    </p>
    </div>
</div>
<div id="newsi">
  <div align="center"><!--img src="./images/winglo_index_08.gif" width="288" height="318" /--></div>
</div>
<div id="newsii">
  <div align="center"><!--img src="./images/winglo_index_09.gif" width="288" height="318" /--></div>
</div>
<div id="newsbottom">
  <div align="center"><!--img src="./images/winglo_index_10.gif" width="576" height="356" /--></div>
</div>
<div id="freeboard">
  <div align="center"><!--img src="./images/winglo_index_11.gif" width="576" height="45"/--></div>
</div>
<div id="boardcontent">
  <div align="center"><!--img src="./images/winglo_index_12.gif" width="576" height="198"/--></div>
</div>
<div id="footer">
   <div align="center"><!--img src="./images/winglo_index_13.gif" /--></div>
</div>
</center>
</body>

  
</html>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
라인선셋 저장된 레이아웃 파일의 위치를 알고 싶습니다 [2] 2012.03.20 by 라인선셋
배추오이 파일첨부 문제 해결안됩니다.  
재벌일쎄 APM 설치하고 XE 정상 설치되었습니다. FTP설정을 해도 오류가 나요 [2] file 2012.03.20 by Seunghyun
귀여운유니 파일 첨부 할때 질문입니다. file  
작은111 송동우 님께 xe_official2.0 레이아웃에서 선 제거 [1] file 2012.03.20 by 송동우
찌니1 새창 ㅠㅠ 도와주세요!!!!!  
작은111 기본카운터!~~`  
맥스222 최근 게시물 스킨 색상 관련 질문 입니다.  
many 송동우 님께 긴급 도움 부탁드립니다 [1] 2012.03.20 by 송동우
제발도와주세요 쪽지함 모바일스킨에대해서  
007611 첨부파일 문제가 심각합니다 도와주세요  
조용선186 한번에 접속이 잘안됩니다.  
꼬제 검색폼 따로 옮길수 있나요? [1] 2012.03.20 by 굿총
하늘384 관리자페이지 연결 [1] 2012.03.20 by 굿총
코코볼이 index.html 을 ftp에 올리면 게시판 수정이 안됩니다 [2] 2012.03.20 by 굿총
아기곰~ 게시판 유형을 바꾸고 싶어서 질문합니다 [2] file 2012.03.20 by 굿총
잔비어 삭제된 글 복구는 불가능한가요? [1] 2012.03.20 by 굿총
rukbat Content 위젯 관련... [1] 2012.03.20 by 굿총
찌니1 송동우님 ~~~한 가지만 더 여쭤볼게요 ㅠㅠ  
보이스32 개인정보의 확장변수 불러오기.. [3] 2012.03.20 by 굿총