밑에글 잘못올렸네요ㅠㅠ내용 여기서 봐주세요ㅠㅠ > 그누4 질문답변

그누4 질문답변

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

밑에글 잘못올렸네요ㅠㅠ내용 여기서 봐주세요ㅠㅠ 정보

밑에글 잘못올렸네요ㅠㅠ내용 여기서 봐주세요ㅠㅠ

본문

http://buildreit.co.kr/board/bbs/board.php?bo_table=003_community

현재 상태인데요
헤더에 있는 배경을 인식을 못하고 게시판이 아래로 깔리는 현상이 있어요ㅠㅠ
아무리 수정해도 방법이 나오질 않습니다ㅠㅠ 도와주세요ㅠ

그리고 배경이 반복되지않게 하는 방법도 알려주시면 감사하겠습니다ㅠㅠ

----------------------------------------헤드파일 소스--------

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
?>

<html>
<head>
<title>Build REIT : Investing in the Future</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<style type="text/css">
<!--
body {
background-image: url(images/bg_sub.jpg);
background-repeat: repeat-x;

}
-->
</style>

<style type="text/css">
BODY { overflow-x: hidden;}
</style>




<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<div align="center"><img src="images/build_main_02.jpg" width="1024" height="29" alt=""></div>
<div align="center">
  <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="71">
    <param name="movie" value="flash/flash_ui_main.swf">
    <param name="quality" value="high">
    <param name="wmode" value="opaque">
    <param name="swfversion" value="6.0.65.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="flash/flash_ui_main.swf" width="1024" height="71">
      <!--<![endif]-->
      <param name="quality" value="high">
      <param name="wmode" value="opaque">
      <param name="swfversion" value="6.0.65.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" width="112" height="33" /></a></p>
      </div>
      <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
  </object>
</div>
<div align="center"><img src="images/build_main_05.jpg" width="1024" height="16" alt=""></div>
<div align="center"><img src="images/build_main_06.jpg" width="1024" height="28" alt=""></div>
<div align="center">
  <table width="1035" border="0" cellpadding="0" cellspacing="0" align="center">
    <tr>
      <td width="12" rowspan="3" valign="top">&nbsp;</td>
      <td width="205" rowspan="3" valign="top"><img src="images/menu_sub_01.png" width="205" height="436"></td>
      <td width="819" height="31">&nbsp;</td>
    </tr>
    <tr>
      <td><img src="images/subtitle_news&events.jpg" width="819" height="37"></td>
    </tr>
    <tr>
      <td valign="top" height="400" background="images/sub_07_contact.jpg">&nbsp;</td>
    </tr>
  </table>
</div>

----------------------------------------------------------------부탁드립니다ㅠㅠ------
  • 복사

댓글 전체

배경이 반복되지 않게 하려면 스타일시트에서
background-repeat: repeat-x;  대신에
background-repeat: no-repeat; 를 사용하셔야 될것 같습니다.
참고만 하세요...
제가 보기에는 게시판 자체가
<td valign="top" height="400" background="images/sub_07_contact.jpg">여기</td>
이부분에 들어가야 할듯요....
© SIRSOFT
현재 페이지 제일 처음으로