노프레임 게시판 레이아웃이 깨지네요..원인이 무엇인지 도와주세요 정보
노프레임 게시판 레이아웃이 깨지네요..원인이 무엇인지 도와주세요본문
그누보드를 처음 사용해보는 초보자입니다...
어처구니 없는 질문인거 같지만 왜 이런건지 모르겠네요..
notice 라는 게시판 하나 만들어서
상단파일 경로에 head.php 를 하단파일경로에 tail.php를 걸었는데요..
저렇게 게시판 레이아웃이 깨지네요..제가 무엇을 잘못 했는지 알려주시면 감사하겠습니다..
//head.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="900" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
</td>
</tr>
<tr>
<td width="170"><img src="/image/sub_contenth/sub_contenth.jpg" alt="" width="170" height="400" /></td><td width="730">
//tail.php
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>
</body>
</html>
어처구니 없는 질문인거 같지만 왜 이런건지 모르겠네요..
notice 라는 게시판 하나 만들어서
상단파일 경로에 head.php 를 하단파일경로에 tail.php를 걸었는데요..
저렇게 게시판 레이아웃이 깨지네요..제가 무엇을 잘못 했는지 알려주시면 감사하겠습니다..
//head.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="900" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
</td>
</tr>
<tr>
<td width="170"><img src="/image/sub_contenth/sub_contenth.jpg" alt="" width="170" height="400" /></td><td width="730">
//tail.php
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>
</body>
</html>
댓글 전체
head.php 와 tail.php 코드를 적으세요
처음 질문하는거라 ^^;;
이렇게 코드 올리면 되는건지요
이렇게 코드 올리면 되는건지요
저도 같은 문제를 겪고 있는데...어찌 해결할지 ㅡㅜ