index.php를 만들고있습니다
<html>
<head>
<link rel="shortcut icon" href="./icon/chiropractic.ico" width="128" height="128">
<title></title>
<!----테이블상단,하단,좌,우 여백 없애는 소스---->
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<!----테이블상단,하단,좌,우 여백 없애는 소스---->
<body>
<table width="100" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="1003" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" height="4" bgcolor="#1e4904">
</td>
</tr>
<tr>
<td align="center" colspan="4" height="60">
<? include "./swf/mainmenu.php"; ?>
</td>
</tr>
<tr>
<td bgcolor="#9c0790" colspan="4" height="261">
<? include "./swf/mainflash.php"; ?>
</td>
</tr>
<tr>
<td colspan="4" height="2">
</td>
</tr>
<tr>
<td bgcolor="#15c2bc" rowspan="2" height="300">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="./image/customer01.png" width="200" height="150">
</td>
</tr>
</table>
</td>
<td bgcolor="#052d2c">
</td>
<td bgcolor="#34a116">
</td>
<td bgcolor="#775109">
</td>
</tr>
<tr>
<td colspan="3" bgcolor="red">
</td>
</tr>
<tr>
<td bgcolor="#c24d0e" colspan="4" height="100">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
깨지기전 테이블과 깨진후의 테이블 이미지 올립니다
index페이지에 다음과같은 이미지를 불러오게하면 테이블이 깨집니다,
어떻게 수정해주어야 테이블이 깨지지않는지 알려주시면 고맙겠습니다
추가소스는 <img src="./image/customer01.png" width="200" height="150"> 입니다
index소스는 아래이고 테이블이 깨지는 모양도 스샷으로 찍어서 올립니다
부탁드립니다
<html>
<head>
<link rel="shortcut icon" href="./icon/chiropractic.ico" width="128" height="128">
<title></title>
<!----테이블상단,하단,좌,우 여백 없애는 소스---->
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<!----테이블상단,하단,좌,우 여백 없애는 소스---->
<body>
<table width="100" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="1003" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" height="4" bgcolor="#1e4904">
</td>
</tr>
<tr>
<td align="center" colspan="4" height="60">
<? include "./swf/mainmenu.php"; ?>
</td>
</tr>
<tr>
<td bgcolor="#9c0790" colspan="4" height="261">
<? include "./swf/mainflash.php"; ?>
</td>
</tr>
<tr>
<td colspan="4" height="2">
</td>
</tr>
<tr>
<td bgcolor="#15c2bc" rowspan="2" height="300">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="./image/customer01.png" width="200" height="150">
</td>
</tr>
</table>
</td>
<td bgcolor="#052d2c">
</td>
<td bgcolor="#34a116">
</td>
<td bgcolor="#775109">
</td>
</tr>
<tr>
<td colspan="3" bgcolor="red">
</td>
</tr>
<tr>
<td bgcolor="#c24d0e" colspan="4" height="100">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
깨지기전 테이블과 깨진후의 테이블 이미지 올립니다
첨부파일
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 12386 |
PHP
메타태그 주요정리 입니다.
|
| 12385 |
JavaScript
광고나 공지사항 띄울때 다음부터 이창을 띄우지 않기 입니다.
|
| 12384 |
MySQL
테이블 생성, 컬럼 추가, 삭제, 수정
|
| 12380 |
JavaScript
입력값을 형식에 맞게 해주는 플러그인이네요
3
|
| 12379 |
JavaScript
팝업창에서 오늘 하루 이 페이지 열지 않기 체크박스 사용입니다.
|
| 12378 |
JavaScript
팝업창 하루에 한번만 열기 입니다
|
| 12377 | |
| 12376 |
jQuery
유투브 관련 플러그인
|
| 12375 |
jQuery
input 태그에 readonly 추가하는 방법
|
| 12374 | |
| 12373 | |
| 12372 |
jQuery
자주 쓰이는 Jquery 팁 20가지 입니다.
|
| 12371 |
jQuery
jQuery 오른쪽 퀵메뉴 입니다.
|
| 12369 |
jQuery
textarea 글자수 카운트 입니다.
1
|
| 368 | |
| 12368 |
jQuery
ifrmae 자동 리사이즈 jQuery 입니다.
|
| 12367 |
jQuery
슬라이딩 형태로 보여주기 입니다.
|
| 12366 |
jQuery
라인 그래프 그리기 입니다.
|
| 12365 |
jQuery
콤보박스관련 플러그인
|
| 12363 |
MySQL
MySQL 기본 명령어 정리 입니다.
1
|
| 12362 |
MySQL
MySQL 한글 정렬하기 입니다.
|
| 12361 |
MySQL
그림을 MySQL DB에 저장하는 방법
|
| 12360 |
JavaScript
엑셀 흉내내기
|
| 12359 | |
| 12358 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기