head tail 성공하고 보니 이런문제가 남았네요.. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

head tail 성공하고 보니 이런문제가 남았네요.. 정보

head tail 성공하고 보니 이런문제가 남았네요..

본문

정작 메인에 게시판이 제위치에 안되네요.. 뭐가 잘못됐을까요? 아마 head.php에서 잘못된거 같기도
하고 제가 html을 몰라서 드림위버에서 편집해 php로 작업을 했습니다.

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
margin-top: 0px;
background-image: url(../back.jpg);
background-repeat: repeat-x;
}
#hack tr td iframe {
padding-top: 60px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
</style>
<script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
<link href="../hack.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#apDiv1 {
position:absolute;
width:766px;
height:492px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:587px;
top:456px;
width:674px;
height:515px;
z-index:1;
}
#apDiv3 {
position:absolute;
left:505px;
top:409px;
width:174px;
height:35px;
z-index:1;
font-size: 16px;
font-weight: bold;
color: #00F;
}
</style>
</head>

<body>
<table width="950" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="950" height="95" id="FlashID" title="menu">
      <param name="movie" value="../menu botton.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="8.0.35.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don't want users to see the prompt. -->
      <param name="expressinstall" value="../Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="../menu botton.swf" width="950" height="95">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="8.0.35.0" />
        <param name="expressinstall" value="../Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object></td>
  </tr>
  <tr>
    <td height="300" align="left" valign="top"><img src="MAIN-COMMU.jpg" width="950" height="300" alt="communityimage" /></td>
  </tr>
  <tr>
    <td><table width="100%" height="706" cellpadding="0" cellspacing="0" id="hack">
      <tr>
        <td width="19%" height="300" align="left" valign="top" style="border-right-color: #060; border-right-style: solid; border-right-width: 1px;"><img src="notice.jpg" alt="notic" width="180" height="500" border="0" usemap="#Map" />
 
  <tr>
    <td>


좀 봐주세요... 부탁드려요..
  • 복사

댓글 전체

게시판 상하단 파일에서는 상대경로일 경우 이미지 경로등을 한단계 상위로 올려주셔야 합니다.(ex: ../)
간단하게 하려면 이미지경로를 앞에 그누보드 설치된 폴더를 뜻하는 <?=$g4['path']?> 이걸 넣어 주시면 됩니다.

ex: <img src=" <?=$g4['path']?>/notice.jpg" alt="notic" width="180" height="500" border="0" usemap="#Map" />
東問西答님 감사합니다. 그림 경로 문제가 아니라 게시판이 위치에 않있고 밑으로 쏠려버리는 경우가 문제네요..그림경로는
말씀대로 이해가 가는데 위치가 밑에서 메인 중앙에 오기를 원합니다. 부탁드려요
마지막에

<tr>
    <td><table width="100%" height="706" cellpadding="0" cellspacing="0" id="hack">
      <tr>
        <td width="19%" height="300" align="left" valign="top" style="border-right-color: #060; border-right-style: solid; border-right-width: 1px;"><img src="notice.jpg" alt="notic" width="180" height="500" border="0" usemap="#Map" />
 
  <tr>
    <td>



<tr>
    <td><table width="100%" height="706" cellpadding="0" cellspacing="0" id="hack">
      <tr>
        <td width="19%" height="300" align="left" valign="top" style="border-right-color: #060; border-right-style: solid; border-right-width: 1px;"><img src="notice.jpg" alt="notic" width="180" height="500" border="0" usemap="#Map" /> </td></tr></table></td></tr>
 
  <tr>
    <td>

해보세요.
© SIRSOFT
현재 페이지 제일 처음으로