레이아웃 div 가짤려버립니다 정보
레이아웃 div 가짤려버립니다본문
http://tost.kr/bbs/board.php?bo_table=notice
여기에.. 배너 밑에부부분에 탭메뉴부분을 불러오는문구
<? include_once("$g4[path]/skin/latest/tab_scroll/tab_scroll.php"); ?>
이거만 넣어버리면 그밑에부분
<div id="latestbox02">
<?include_once("../today_best_side.php");?>
</div>
<div id="latestbox02">
<?include_once("../comment_side.php");?>
</div>
</div>
<!--라이트끝-->
</div>
<!--컨테이너끝-->
</div>
<div style="width:992px; height:50px; font-family:verdana; margin:0 auto; border:1px; clear:both; color:#999; font-size:5px; line-height:20px; padding:6px 0 5px 0; border-top:3px solid #ff8900;">
<span style="color:#3E3E3E; font-family:맑은고딕,나눔고딕,돋움; font-size:12px; float:left;"><a href="#">이용약관</a> <span style="color:#ddd;">|</span> <a href="#">개인정보취급방침</a> | <a href="<?=$g4['path']?>/copy.php">저작권보호센터</a> | <a href="#">문의하기</a></span>
<span style="float:right;">Copyright ⓒ <font color=#ff4800><b>tost.kr</b></font> All Rights Reserved.</span>
</div>
<?
include_once("$g4[path]/tail.sub.php");
?>
이부분이 다 짤려서 안나와 버리네요~~ 멘붕 ㅜㅜ 왜그런걸까요.
불러오는 소스를 지우면 밑에 가 멀쩡히 나오는데..
여기에.. 배너 밑에부부분에 탭메뉴부분을 불러오는문구
<? include_once("$g4[path]/skin/latest/tab_scroll/tab_scroll.php"); ?>
이거만 넣어버리면 그밑에부분
<div id="latestbox02">
<?include_once("../today_best_side.php");?>
</div>
<div id="latestbox02">
<?include_once("../comment_side.php");?>
</div>
</div>
<!--라이트끝-->
</div>
<!--컨테이너끝-->
</div>
<div style="width:992px; height:50px; font-family:verdana; margin:0 auto; border:1px; clear:both; color:#999; font-size:5px; line-height:20px; padding:6px 0 5px 0; border-top:3px solid #ff8900;">
<span style="color:#3E3E3E; font-family:맑은고딕,나눔고딕,돋움; font-size:12px; float:left;"><a href="#">이용약관</a> <span style="color:#ddd;">|</span> <a href="#">개인정보취급방침</a> | <a href="<?=$g4['path']?>/copy.php">저작권보호센터</a> | <a href="#">문의하기</a></span>
<span style="float:right;">Copyright ⓒ <font color=#ff4800><b>tost.kr</b></font> All Rights Reserved.</span>
</div>
<?
include_once("$g4[path]/tail.sub.php");
?>
이부분이 다 짤려서 안나와 버리네요~~ 멘붕 ㅜㅜ 왜그런걸까요.
불러오는 소스를 지우면 밑에 가 멀쩡히 나오는데..
댓글 전체

테이블이 제대로 닫히지 않아서 그래요.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>공지사항 > 공지사항 1 페이지</title>
.
.
.
.
.
<style type="text/css">
.latest_wrap3 {position:relative; margin:3px 0 0 0; width:100%; text-align:center}
.latest_wrap3 img {border:0}
.thumb_list {width:101px; text-align:center}
.subject_list {position:absolute; margin:0; padding-left:4px; width:95px; white-space:nowrap; overflow:hidden}
.subject_list a:link, .subject_list a:visited, .subject_list a:active {text-decoration:none; font:normal 11px dotum, gulim, sans-serif; letter-spacing:-1px; color:#888}
.subject_list a:hover {text-decoration:underline; color:#000}
</style>
<div class="latest_wrap3">
<table cellspacing="0" cellpadding="0" align="center">
<tr>
(여기에.. 테이블이 안 닫혔잖아요.)
글구 css 는 <head> 와 </head> 안에 넣으세요.
**원래 <head>와 </head> 사이에 일단 css 를 다 포함시키고, 그 밑으로 .js 를 포함시켜줘야 모든 브라우저에서 정상적으로 레이아웃, 디자인이 적용됩니다.
나중에 이렇게 안해놓고, 또 이건 왜이래, 레이아웃은 왜 깨지는거야? 이러면서 삽질하시지 마시라고....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>공지사항 > 공지사항 1 페이지</title>
.
.
.
.
.
<style type="text/css">
.latest_wrap3 {position:relative; margin:3px 0 0 0; width:100%; text-align:center}
.latest_wrap3 img {border:0}
.thumb_list {width:101px; text-align:center}
.subject_list {position:absolute; margin:0; padding-left:4px; width:95px; white-space:nowrap; overflow:hidden}
.subject_list a:link, .subject_list a:visited, .subject_list a:active {text-decoration:none; font:normal 11px dotum, gulim, sans-serif; letter-spacing:-1px; color:#888}
.subject_list a:hover {text-decoration:underline; color:#000}
</style>
<div class="latest_wrap3">
<table cellspacing="0" cellpadding="0" align="center">
<tr>
(여기에.. 테이블이 안 닫혔잖아요.)
글구 css 는 <head> 와 </head> 안에 넣으세요.
**원래 <head>와 </head> 사이에 일단 css 를 다 포함시키고, 그 밑으로 .js 를 포함시켜줘야 모든 브라우저에서 정상적으로 레이아웃, 디자인이 적용됩니다.
나중에 이렇게 안해놓고, 또 이건 왜이래, 레이아웃은 왜 깨지는거야? 이러면서 삽질하시지 마시라고....
아 감사합니다. 많은거 알아가네요
원인은 최근게시물불러오는게 잘못되어서 그런거였네요
감사합니다!!!!!!
원인은 최근게시물불러오는게 잘못되어서 그런거였네요
감사합니다!!!!!!