불당썸 그걸로 리스트는 수정을 했는데 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>
이렇게 되있습니다
어디를 수정해야 할까요 ㅠ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4131 | ||
| 429 | 19년 전 | 3324 | ||
| 428 | 19년 전 | 4145 | ||
| 427 | 19년 전 | 3493 | ||
| 426 | 19년 전 | 3120 | ||
| 425 | 19년 전 | 3430 | ||
| 424 | 19년 전 | 2452 | ||
| 423 | 19년 전 | 2881 | ||
| 422 | 19년 전 | 2374 | ||
| 421 | 19년 전 | 3724 | ||
| 420 | 19년 전 | 4755 | ||
| 419 | 19년 전 | 3832 | ||
| 418 |
|
19년 전 | 1767 | |
| 417 | 19년 전 | 2767 | ||
| 416 | 19년 전 | 2411 | ||
| 415 | 19년 전 | 2614 | ||
| 414 | 19년 전 | 4430 | ||
| 413 |
|
19년 전 | 2625 | |
| 412 | 19년 전 | 3067 | ||
| 411 |
|
19년 전 | 3003 | |
| 410 |
|
19년 전 | 3710 | |
| 409 |
|
19년 전 | 3652 | |
| 408 |
|
19년 전 | 1873 | |
| 407 | 19년 전 | 2245 | ||
| 406 | 19년 전 | 2812 | ||
| 405 | 19년 전 | 2477 | ||
| 404 | 19년 전 | 4323 | ||
| 403 | 19년 전 | 3315 | ||
| 402 |
NeoGenesis
|
19년 전 | 4112 | |
| 401 | 19년 전 | 2622 | ||
| 400 |
|
19년 전 | 2527 | |
| 399 | 19년 전 | 2979 | ||
| 398 | 19년 전 | 2512 | ||
| 397 | 19년 전 | 2809 | ||
| 396 | 19년 전 | 2510 | ||
| 395 | 19년 전 | 3220 | ||
| 394 | 19년 전 | 1761 | ||
| 393 | 19년 전 | 3014 | ||
| 392 | 19년 전 | 2291 | ||
| 391 | 19년 전 | 2193 | ||
| 390 | 19년 전 | 2304 | ||
| 389 | 19년 전 | 2666 | ||
| 388 | 19년 전 | 2211 | ||
| 387 | 19년 전 | 4495 | ||
| 386 |
|
19년 전 | 2703 | |
| 385 |
|
19년 전 | 2512 | |
| 384 | 19년 전 | 3051 | ||
| 383 | 19년 전 | 3079 | ||
| 382 | 19년 전 | 3124 | ||
| 381 |
|
19년 전 | 2652 | |
| 380 |
|
19년 전 | 3034 | |
| 379 | 19년 전 | 2562 | ||
| 378 | 19년 전 | 2232 | ||
| 377 | 19년 전 | 2793 | ||
| 376 | 19년 전 | 2481 | ||
| 375 |
|
19년 전 | 2579 | |
| 374 | 19년 전 | 3837 | ||
| 373 | 19년 전 | 3289 | ||
| 372 | 19년 전 | 5013 | ||
| 371 |
세은아빠2
|
19년 전 | 2434 | |
| 370 | 19년 전 | 4515 | ||
| 369 | 19년 전 | 3121 | ||
| 368 | 19년 전 | 2920 | ||
| 367 | 19년 전 | 3746 | ||
| 366 | 19년 전 | 2673 | ||
| 365 | 19년 전 | 3760 | ||
| 364 | 19년 전 | 4036 | ||
| 363 | 19년 전 | 3472 | ||
| 362 | 20년 전 | 3503 | ||
| 361 | 20년 전 | 4128 | ||
| 360 |
hwatta
|
20년 전 | 2383 | |
| 359 | 20년 전 | 5127 | ||
| 358 | 20년 전 | 3675 | ||
| 357 | 20년 전 | 2621 | ||
| 356 |
sdesign1s
|
20년 전 | 2300 | |
| 355 | 20년 전 | 2778 | ||
| 354 | 20년 전 | 3042 | ||
| 353 | 20년 전 | 2808 | ||
| 352 |
|
20년 전 | 5790 | |
| 351 |
|
20년 전 | 2727 | |
| 350 |
|
20년 전 | 4314 | |
| 349 |
hwatta
|
20년 전 | 2210 | |
| 348 | 20년 전 | 7322 | ||
| 347 | 20년 전 | 2427 | ||
| 346 | 20년 전 | 3524 | ||
| 345 | 20년 전 | 4329 | ||
| 344 | 20년 전 | 2673 | ||
| 343 | 20년 전 | 3938 | ||
| 342 | 20년 전 | 3084 | ||
| 341 | 20년 전 | 4114 | ||
| 340 |
|
20년 전 | 5172 | |
| 339 |
|
20년 전 | 4254 | |
| 338 | 20년 전 | 5898 | ||
| 337 | 20년 전 | 2061 | ||
| 336 |
|
20년 전 | 3353 | |
| 335 |
|
20년 전 | 3570 | |
| 334 |
|
20년 전 | 2964 | |
| 333 |
hwatta
|
20년 전 | 2469 | |
| 332 | 20년 전 | 4672 | ||
| 331 | 20년 전 | 2296 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기