묻고답하기

회사용 자료를 올리려고 외부 페이지를 작성 했습니다

일단 회사는 익스플로러8 또는 9가 대세인지라 모르고 지내다가

이번에 크롬으로 우연히 보니

테이블이 다 깨져 버리네요

이거 어디가 문제 일까요?

<?  //데이터 베이스 연결하기
include "msdb.php";

 
$query = "SELECT * ";
$query .= "FROM dbo.Alarm_Log ";
$query .= "Where  EventStamp > '2011-06-01' ";
$query .= "ORDER BY EventStamp DESC, FAB";

slt_db(10);
$result = GetMSDB($query);
?>

 

<--행 숨기기-->
<script type="text/javascript">
function displayRow(){ 
var row = document.getElementById("captionRow"); 
if (row.style.display == '')  row.style.display = 'none'; 
else row.style.display = '';}
</script>

 


<style>
td { font-size : 9pt; }
A:link { font : 9pt; color : black; text-decoration : none;
font-family: 굴림; font-size : 9pt; }
A:visited { text-decoration : none; color : black;
font-size : 9pt; }
A:hover { text-decoration : underline; color : black;
font-size : 9pt;}
</style>


<body topmargin=30px leftmargin=0 text=#464646>

<center>


<table width=900 border=0 cellpadding=2 cellspacing=1 bgcolor=#777777  >
<!-- 리스트 타이틀 부분 -->


<tr id="tableID" style="display:block" height=20px bgcolor=#999999>
 <td width=50px align=center>
  <font color=white>FAB</font>
 </td>
 <td width=130px align=center>
  <font color=white>발생시간</font>
 </td>
 <td width=70px align=center>
  <font color=white>Code</font>
 </td>
 <td width=70px align=center>
  <font color=white>Gas</font>
 </td>
 <td width=200px align=center>
  <font color=white>Alarm 명</font>
 </td>
    <td width=320px align=center>
  <font color=white>처리내용</font>
 </td>
     <td width=100px align=center>
  <font color=white>작업자</font>
 </td>
</tr>
<!-- 리스트 타이틀 끝 -->

<?

 while($row=Mssql_fetch_array($result))
 {
   
?>
<!-- 행 시작 -->
<tbody height=20 bgcolor=white >
<tr  onclick="Javascript:tableView()">
 <!--FAB -->
 <td align=center>
  <?=$row[FAB]?>
 </td>
 <!-- 발생시간 -->
 <td align=center>
  <?=Kr2utf($row[EventStamp])?>
 </td>   
 <!-- Code -->
 <td align=center>
  <?=$row[CC_CODE]?>
 </td>
    <!-- Gas-->
   <td align=center>
  <?=$row[CC_NAME]?>
 </td>
        <!-- Alarm 명-->
  <td align=left style="margin: 0 3px">
  <?=Kr2utf($row[Description],kr)?>
 </td>
       <!-- 처리내용-->
    <td align=left style="margin: 0 3px">
  <?=Kr2utf($row[Action])?>
 </td>
            <!-- 작업자-->
  <td>
  <?=$row[Type]?>
 </td>
 </tr>
 </tbody>
    <tr> <!-- style="display:none">-->
    <td bgcolor=white align=left colSpan=7 id =<?=$row[Key_num]?>  >
   
    <form method=post action=update.php?Key_num=<?=$row[Key_num]?>' enctype='multipart/form-data'>
    <textarea autocomplete=off style="width:740px;height:50px;margin:5px 5px 5px 50px" name="act"><?=Kr2utf($row[Action])?> </textarea>
    <input type="submit" value="입력" style="font:small-caption;height:48px; margin: 10px 14px; cursor:hand; width:55px;">

    </form>       
        </td>
</tr>
<!-- 조회수 끝 -->
<!-- 행 끝 -->
<?
 } // end While

?>

</table>
</center>

cr.JPG   
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
bsk46.myid.net 위젯 추가하면 이런 에러가 나옵니다. [8] 2009.02.07 by bsk46.myid.net
김준영 관리 모드에서 뭘 만졌더니.. 이렇게 [2] file 2009.02.07 by 박효신1
별님왕자 탭이 3개밖에 생기지 않아요. [6] 2009.02.07 by cklove
bluexoe 페이지를 수정하는 과정에 파일 첨부가 되지 않읍니다 [2] file 2009.02.07 by bluexoe
식신 최신게시물 날짜 오른쪽으로 밀었는데, 아래로 치우쳐져요 [1] 2009.02.07 by 식신
김태용 댓글 알리미 설정후 홈페이지 접근안됨 현상 [3] 2009.02.07 by 백성찬
박토치 한글이름 사진 첨부 후 본문 삽입시 엑박으로 뜹니다. [3] file 2009.02.07 by 박토치
사슴483 게시판 리스트에 쿼리 추가하거나 다른 쿼리로 대체하기 질문...  
사슴483 디비에 저장된것이 다깨저서 저장이 되는데요.. [1] 2009.02.07 by 백성찬
jjoint 갤러리 게시판질문이요^^ [2] 2009.02.07 by YJ
손구락 최근이미지 위젯 에러 해결책 좀 부탁드립니다. [5] 2009.02.07 by 백성찬
티파니…♡ 레이아웃 로고부분에 관해 질문요~ [5] 2009.02.07 by 티파니…♡
miso777 이미지 버튼 등록하면 맞지가 않아요 [35] file 2009.02.07 by miso777
우유가짱 외부링크 차단 작동하나요..? [4] 2009.02.07 by 궁금이2
듀리짱 질문입니다. 아시는 분 부탁드립니다. [2] file 2009.02.07 by 만쓰별(정만)
박귀붕 자동게시글 및 자동댓글 방지 [3] 2009.02.07 by 만쓰별(정만)
박귀붕 제로보드 공지사항 처럼 구현하려면... [2] 2009.02.07 by 만쓰별(정만)
주사위내기 rss를 회원들만 구독할 수 있게 하는방법은 없나요? [2] 2009.02.07 by 주사위내기
샤이니 최신게시물 CSS 고치는거 좀 도와주세요 ㅜㅜ  
불콩 이 최근글 위젯은 어디에 있나요 자료실에 아무리 찾아봐도 없네요 [3] file 2009.02.07 by earthhero.me
gtobe 홈페이지 첫페이지 설정하기. [4] file 2009.02.07 by 백성찬
마르77 도메인 연결 및 백업관련 질문드립니다. [4] 2009.02.07 by 마르77
세라프메이트 제로보드XE에 KISC가 배포중인 캐슬(Castle) 적용하는 방법 질문드립니다. [2] [1] 2009.02.07 by 네오달봉
김준영131 권한 설정 문제.. [2] 2009.02.06 by 준영
monul 페이지 수정할때 위젯 에 수정버튼같은거 [3] 2009.02.06 by kimddae
뮤랑이 메뉴 코드 예제 부탁드려도 될까요? [2] 2009.02.06 by 만쓰별(정만)
kimddae 위젯의 수정, 복사, 삭제, 크기조절 버튼이 사라졌어요 ㅜ 도와주세요 [4] 2009.02.06 by kimddae
73봄봄 초보질문_제로보드사용에 관하여... [2] 2009.02.06 by 만쓰별(정만)
신 혜수 외부 페이지연동에서 value값이 한글이깨져나옵니다 [1] 2009.02.06 by 만쓰별(정만)
SeverFree 아이프레임 설정시 스크롤바 관련