불당썸 그걸로 리스트는 수정을 했는데 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>
이렇게 되있습니다
어디를 수정해야 할까요 ㅠ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4630 | 13년 전 | 1191 | ||
| 4629 | 13년 전 | 4365 | ||
| 4628 | 13년 전 | 776 | ||
| 4627 |
|
13년 전 | 1765 | |
| 4626 | 13년 전 | 819 | ||
| 4625 |
마릴릴모니
|
13년 전 | 740 | |
| 4624 | 13년 전 | 1642 | ||
| 4623 |
SIR정회원
|
13년 전 | 620 | |
| 4622 |
rakoos
|
13년 전 | 1580 | |
| 4621 | 13년 전 | 689 | ||
| 4620 | 13년 전 | 1477 | ||
| 4619 | 13년 전 | 1003 | ||
| 4618 | 13년 전 | 4052 | ||
| 4617 | 13년 전 | 2046 | ||
| 4616 | 13년 전 | 870 | ||
| 4615 | 13년 전 | 690 | ||
| 4614 | 13년 전 | 1258 | ||
| 4613 | 13년 전 | 896 | ||
| 4612 |
rakoos
|
13년 전 | 1024 | |
| 4611 |
|
13년 전 | 2121 | |
| 4610 | 13년 전 | 774 | ||
| 4609 | 13년 전 | 2826 | ||
| 4608 | 13년 전 | 2814 | ||
| 4607 | 13년 전 | 1081 | ||
| 4606 | 13년 전 | 778 | ||
| 4605 | 13년 전 | 2319 | ||
| 4604 | 13년 전 | 895 | ||
| 4603 | 13년 전 | 1144 | ||
| 4602 |
한번잘해보자
|
13년 전 | 690 | |
| 4601 | 13년 전 | 1808 | ||
| 4600 |
|
13년 전 | 1092 | |
| 4599 |
크라운엠버서더
|
13년 전 | 1154 | |
| 4598 | 13년 전 | 1507 | ||
| 4597 | 13년 전 | 605 | ||
| 4596 | 13년 전 | 3695 | ||
| 4595 |
|
13년 전 | 925 | |
| 4594 | 13년 전 | 1803 | ||
| 4593 | 13년 전 | 1292 | ||
| 4592 | 13년 전 | 665 | ||
| 4591 | 13년 전 | 4652 | ||
| 4590 | 13년 전 | 526 | ||
| 4589 | 13년 전 | 2644 | ||
| 4588 |
|
13년 전 | 996 | |
| 4587 | 13년 전 | 662 | ||
| 4586 |
JavaDD
|
13년 전 | 1022 | |
| 4585 | 13년 전 | 7795 | ||
| 4584 | 13년 전 | 993 | ||
| 4583 |
PHPㅡASP프로그래머
|
13년 전 | 2070 | |
| 4582 |
PHPㅡASP프로그래머
|
13년 전 | 1506 | |
| 4581 |
PHPㅡASP프로그래머
|
13년 전 | 1028 | |
| 4580 | 13년 전 | 4100 | ||
| 4579 |
|
13년 전 | 695 | |
| 4578 | 13년 전 | 1195 | ||
| 4577 | 13년 전 | 823 | ||
| 4576 |
Kanzi
|
13년 전 | 882 | |
| 4575 |
|
13년 전 | 1565 | |
| 4574 | 13년 전 | 2355 | ||
| 4573 |
달빛소나타
|
13년 전 | 885 | |
| 4572 | 13년 전 | 1004 | ||
| 4571 | 13년 전 | 948 | ||
| 4570 |
|
13년 전 | 1322 | |
| 4569 |
한번잘해보자
|
13년 전 | 566 | |
| 4568 |
Raizond
|
13년 전 | 1036 | |
| 4567 |
Raizond
|
13년 전 | 543 | |
| 4566 |
Revenge
|
13년 전 | 957 | |
| 4565 |
|
13년 전 | 713 | |
| 4564 |
|
13년 전 | 1145 | |
| 4563 | 13년 전 | 1577 | ||
| 4562 | 13년 전 | 1226 | ||
| 4561 | 13년 전 | 9410 | ||
| 4560 | 13년 전 | 1813 | ||
| 4559 | 13년 전 | 3371 | ||
| 4558 | 13년 전 | 485 | ||
| 4557 | 13년 전 | 1457 | ||
| 4556 | 13년 전 | 718 | ||
| 4555 | 13년 전 | 560 | ||
| 4554 | 13년 전 | 552 | ||
| 4553 |
|
13년 전 | 4316 | |
| 4552 | 13년 전 | 1515 | ||
| 4551 | 13년 전 | 1996 | ||
| 4550 | 13년 전 | 688 | ||
| 4549 | 13년 전 | 1044 | ||
| 4548 | 13년 전 | 1581 | ||
| 4547 | 13년 전 | 569 | ||
| 4546 | 13년 전 | 1624 | ||
| 4545 | 13년 전 | 1342 | ||
| 4544 | 13년 전 | 3041 | ||
| 4543 | 13년 전 | 1022 | ||
| 4542 | 13년 전 | 2273 | ||
| 4541 | 13년 전 | 1142 | ||
| 4540 |
|
13년 전 | 1070 | |
| 4539 | 13년 전 | 1170 | ||
| 4538 | 13년 전 | 1596 | ||
| 4537 | 13년 전 | 1181 | ||
| 4536 | 13년 전 | 565 | ||
| 4535 |
|
13년 전 | 836 | |
| 4534 |
|
13년 전 | 987 | |
| 4533 | 13년 전 | 659 | ||
| 4532 |
soing
|
13년 전 | 7383 | |
| 4531 |
|
13년 전 | 6407 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기