불당썸 그걸로 리스트는 수정을 했는데 index쪽은 안되더라구요 다른 사이트는 cimg 이런거 있어서 하라는대로 주석처리하고 하면 수정이 됐는데 이 사이트는 좀 다르게 되있어서 어렵네요 ;;
코드는
<table width="347" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="javascript:GoPage('6_3');"><img src="img/photo_tit.gif" width="347" height="43"></a></td>
</tr>
<tr>
<td align="center"><!--포토갤러리_사이즈_123_76 -->
<table border="10" cellspacing="0" cellpadding="0">
<tr>
<td width="137" height="92" align="center" background="img/photo_box.jpg">
<?
$sql_main = "select * from photo order by no DESC";
$page_view = 2;
$sq1=mysql_query("$sql_main limit $page_view");
$total = mysql_num_rows($sq1);
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
$file_name = explode("^",$sq[file_name]);
?>
<table width="123" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="76"><!--포토갤러리_사이즈_123_76 -->
<?if($file_name[0]){?>
<A HREF="/comm/photo.php?mode=read&read_no=<?=$sq[0]?>"><img src="/include/gallery/upload/thumb/<?=$file_name[0]?>" width="123" height="76" BORDER="0"onfocus="this.blur()"></A><?}?></td>
</tr>
</table>
</td>
<td width="30" height="92"> </td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
$file_name = explode("^",$sq[file_name]);
?>
<td width="137" align="center" background="img/photo_box.jpg">
<table width="123" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="76"><?if($file_name[0]){?>
<A HREF="/comm/photo.php?mode=read&read_no=<?=$sq[0]?>"><img src="/include/gallery/upload/thumb/<?=$file_name[0]?>" width="123" height="76" BORDER="0"onfocus="this.blur()"></A><?}?></td>
</tr>
</table>
</td>
</tr>
<?
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
?>
<tr>
<td height="25" align="center" class="main_photo_tit"><!--타이틀출력 -->
<?=textCut($sq[subject],20)?></td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
?>
<td align="center" class="main_photo_tit"> </td>
<td align="center" class="main_photo_tit"><?=textCut($sq[subject],20)?></td>
</tr>
<?
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
?>
<tr>
<td height="30" class="gongi_text"><?=textCut(strip_tags($sq[content]),20)?></td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
?>
<td> </td>
<td class="gongi_text"><?=textCut(strip_tags($sq[content]),20)?></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<tr>
<td><a href="javascript:GoPage('6_3');"><img src="img/photo_tit.gif" width="347" height="43"></a></td>
</tr>
<tr>
<td align="center"><!--포토갤러리_사이즈_123_76 -->
<table border="10" cellspacing="0" cellpadding="0">
<tr>
<td width="137" height="92" align="center" background="img/photo_box.jpg">
<?
$sql_main = "select * from photo order by no DESC";
$page_view = 2;
$sq1=mysql_query("$sql_main limit $page_view");
$total = mysql_num_rows($sq1);
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
$file_name = explode("^",$sq[file_name]);
?>
<table width="123" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="76"><!--포토갤러리_사이즈_123_76 -->
<?if($file_name[0]){?>
<A HREF="/comm/photo.php?mode=read&read_no=<?=$sq[0]?>"><img src="/include/gallery/upload/thumb/<?=$file_name[0]?>" width="123" height="76" BORDER="0"onfocus="this.blur()"></A><?}?></td>
</tr>
</table>
</td>
<td width="30" height="92"> </td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
$file_name = explode("^",$sq[file_name]);
?>
<td width="137" align="center" background="img/photo_box.jpg">
<table width="123" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="76"><?if($file_name[0]){?>
<A HREF="/comm/photo.php?mode=read&read_no=<?=$sq[0]?>"><img src="/include/gallery/upload/thumb/<?=$file_name[0]?>" width="123" height="76" BORDER="0"onfocus="this.blur()"></A><?}?></td>
</tr>
</table>
</td>
</tr>
<?
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
?>
<tr>
<td height="25" align="center" class="main_photo_tit"><!--타이틀출력 -->
<?=textCut($sq[subject],20)?></td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
?>
<td align="center" class="main_photo_tit"> </td>
<td align="center" class="main_photo_tit"><?=textCut($sq[subject],20)?></td>
</tr>
<?
@mysql_data_seek($sq1,0);
$sq = @mysql_fetch_array($sq1);
?>
<tr>
<td height="30" class="gongi_text"><?=textCut(strip_tags($sq[content]),20)?></td>
<?
@mysql_data_seek($sq1,1);
$sq = @mysql_fetch_array($sq1);
?>
<td> </td>
<td class="gongi_text"><?=textCut(strip_tags($sq[content]),20)?></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
이렇게 되있습니다
어디를 수정해야 할까요 ㅠ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4530 |
라이언31
|
13년 전 | 614 | |
| 4529 | 13년 전 | 791 | ||
| 4528 |
꼬꼬아부지
|
13년 전 | 1000 | |
| 4527 | 13년 전 | 606 | ||
| 4526 | 13년 전 | 685 | ||
| 4525 |
|
13년 전 | 1004 | |
| 4524 | 13년 전 | 975 | ||
| 4523 | 13년 전 | 2281 | ||
| 4522 | 13년 전 | 612 | ||
| 4521 | 13년 전 | 1255 | ||
| 4520 | 13년 전 | 1547 | ||
| 4519 |
복이219
|
13년 전 | 1203 | |
| 4518 | 13년 전 | 490 | ||
| 4517 | 13년 전 | 1291 | ||
| 4516 |
아이피마스터
|
13년 전 | 548 | |
| 4515 | 13년 전 | 636 | ||
| 4514 | 13년 전 | 634 | ||
| 4513 | 13년 전 | 1066 | ||
| 4512 |
ananom
|
13년 전 | 4357 | |
| 4511 |
ananom
|
13년 전 | 1475 | |
| 4510 | 13년 전 | 1213 | ||
| 4509 | 13년 전 | 678 | ||
| 4508 | 13년 전 | 842 | ||
| 4507 | 13년 전 | 927 | ||
| 4506 | 13년 전 | 697 | ||
| 4505 | 13년 전 | 626 | ||
| 4504 | 13년 전 | 464 | ||
| 4503 | 13년 전 | 495 | ||
| 4502 |
|
13년 전 | 1787 | |
| 4501 | 13년 전 | 1618 | ||
| 4500 |
|
13년 전 | 482 | |
| 4499 | 13년 전 | 1869 | ||
| 4498 | 13년 전 | 1146 | ||
| 4497 |
미션임파썩을
|
13년 전 | 886 | |
| 4496 | 13년 전 | 935 | ||
| 4495 |
공포의니이킥
|
13년 전 | 1103 | |
| 4494 | 13년 전 | 1968 | ||
| 4493 | 13년 전 | 1059 | ||
| 4492 | 13년 전 | 487 | ||
| 4491 |
두근두근따봉
|
13년 전 | 921 | |
| 4490 | 13년 전 | 1365 | ||
| 4489 |
jaein8060
|
13년 전 | 610 | |
| 4488 | 13년 전 | 1034 | ||
| 4487 |
ReeJang
|
13년 전 | 1815 | |
| 4486 | 13년 전 | 977 | ||
| 4485 | 13년 전 | 798 | ||
| 4484 | 13년 전 | 852 | ||
| 4483 | 13년 전 | 517 | ||
| 4482 | 13년 전 | 1177 | ||
| 4481 | 13년 전 | 1047 | ||
| 4480 |
|
13년 전 | 520 | |
| 4479 | 13년 전 | 907 | ||
| 4478 | 13년 전 | 3961 | ||
| 4477 | 13년 전 | 986 | ||
| 4476 |
wangko
|
13년 전 | 2700 | |
| 4475 | 13년 전 | 920 | ||
| 4474 | 13년 전 | 954 | ||
| 4473 | 13년 전 | 756 | ||
| 4472 |
|
13년 전 | 547 | |
| 4471 | 13년 전 | 1558 | ||
| 4470 | 13년 전 | 568 | ||
| 4469 | 13년 전 | 518 | ||
| 4468 | 13년 전 | 842 | ||
| 4467 | 13년 전 | 639 | ||
| 4466 | 13년 전 | 909 | ||
| 4465 | 13년 전 | 655 | ||
| 4464 | 13년 전 | 1713 | ||
| 4463 |
chongho
|
13년 전 | 2168 | |
| 4462 |
chongho
|
13년 전 | 1016 | |
| 4461 |
chongho
|
13년 전 | 1020 | |
| 4460 | 13년 전 | 748 | ||
| 4459 | 13년 전 | 2776 | ||
| 4458 | 13년 전 | 783 | ||
| 4457 | 13년 전 | 491 | ||
| 4456 | 13년 전 | 1317 | ||
| 4455 | 13년 전 | 1721 | ||
| 4454 | 13년 전 | 688 | ||
| 4453 | 13년 전 | 1247 | ||
| 4452 |
aequum
|
13년 전 | 1266 | |
| 4451 | 13년 전 | 1320 | ||
| 4450 |
도토리과자
|
13년 전 | 1421 | |
| 4449 | 13년 전 | 1073 | ||
| 4448 | 13년 전 | 8615 | ||
| 4447 | 13년 전 | 1201 | ||
| 4446 | 13년 전 | 1480 | ||
| 4445 | 13년 전 | 627 | ||
| 4444 |
|
13년 전 | 580 | |
| 4443 | 13년 전 | 686 | ||
| 4442 |
Msoft
|
13년 전 | 1049 | |
| 4441 |
|
13년 전 | 2097 | |
| 4440 | 13년 전 | 609 | ||
| 4439 | 13년 전 | 1649 | ||
| 4438 |
aequum
|
13년 전 | 1832 | |
| 4437 | 13년 전 | 982 | ||
| 4436 | 13년 전 | 913 | ||
| 4435 |
디귿소프트
|
13년 전 | 506 | |
| 4434 | 13년 전 | 1064 | ||
| 4433 | 13년 전 | 986 | ||
| 4432 | 13년 전 | 851 | ||
| 4431 | 13년 전 | 746 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기