묻고답하기

드림위버로 작업했는데

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 남기남
『june™』 사이트제작 상담하러 갈때 필요한 서식 [1] 2010.01.19 by 젠이
mpmp 만든 레이아웃이 미리보기에 뜨지 않습니다.  
miso777 업데이트 순서가 궁금합니다. [1] file 2010.01.19 by misol
^^ 제로보드4와 XE의 회원을 연동하여 동시사용하고 싶습니다. [1] 2010.01.19 by 김영승243
kissuri 스팸필터 모듈 에러 [1] 2010.01.19 by SMaker
ByeolSatang 로그인 후 새창뜨게 하는 방법이 궁금합니다. [1] 2010.01.19 by 라르게덴
오승민470 최근게시물을 삽입후에 아랫단이 수정이 안됩니다 [1] 2010.01.19 by 라르게덴
@!@ 썸네일 원본크기(100%)로 보여주게 하려면 어떻게 해야 하나요? [3] 2010.01.19 by 라르게덴
착한태 軍 관련 site에서 단지 "軍番"만으로 회원아이디.... [2] 2010.01.19 by 라르게덴
코넬리 Class ''Context'' not found의 원인은 뭔가요? 제발 관심 좀;;; [1] 2010.01.19 by 라르게덴
daihee 게시판 스킨 수정하는 방법 ???  
종명종명 게시판의 상담기능 사용시 관리자가 쓴 글 보여주는 방법은요? [1] 2010.01.19 by cio0812
박세원419 로그인 안해도 글 내용이 보여지지 않나요?? 어캐하는지..  
문양호 게시판 본문 특정글 미리 나오게 하는 방법 좀  
개발. 정회원으로 등업안하고 준회원으로 얼마동안 있으면 자동 삭제되는 기능..  
산본::발해 .\layouts\glazed_site\js\tree_menu.js 가 MS IE에서는 안됨  
개발. 로그인후 게시판에 글을 올렸을때 글을 올린사람만 글을 볼수있게 할수있나요.. [1] 2010.01.19 by 윤지아빠
이동훈676 가입할때 예기치못한 에러라고 나오는데  
다일공동체 로고이미지를 png파일로 만들면 [1] 2010.01.19 by 젠이
Lunic 위젯을 페이지 정 가운데 오게하는방법 ??????  
병준 아빠 관리자 모드에서 레벨 정하기 [1] file 2010.01.19 by 서피현
홍경완 호스팅 용량제한 풀면 걸리나요? [1] 2010.01.19 by 서피현
전귀현 이 사이트에 쓰인건 어떤 모듈스킨인가요? [1] 2010.01.19 by 서피현
오승민470 레이아웃을 만들고나서 페이지 하단이...  
김경미 apache 삭제가 안되요... [2] 2010.01.19 by c
헉헉이 링크 클릭후 선택한채로 남아있게 하는법? [1] file 2010.01.19 by xeworks
영구만세 페이지에 파일첨부 문제 [1] 2010.01.19 by 영구만세
다일공동체 헤더부분을 풀사이즈로 만들고 싶은데.. [1] file 2010.01.18 by xeworks
이예준 제로보드로 홈피를 만들었습니다.. [3] 2010.01.18 by misol
인빌 메뉴?카테고리? 뭐라하지.. 뭐 쨋든 추가하는법 봐주삼 ~ [1] file 2010.01.18 by @!@