메인페이지 최근사진 엑박 뜨는데요

· 14년 전 · 2210
불당썸 그걸로 리스트는 수정을 했는데 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>
 
이렇게 되있습니다
 
어디를 수정해야 할까요 ㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 4,161
14년 전 조회 2,190
14년 전 조회 1,722
14년 전 조회 2,620
14년 전 조회 1,826
14년 전 조회 6,166
14년 전 조회 1,816
14년 전 조회 2,191
14년 전 조회 1,800
14년 전 조회 1,864
14년 전 조회 1,966
14년 전 조회 2,773
14년 전 조회 2,616
14년 전 조회 2,302
14년 전 조회 2,506
14년 전 조회 4,724
14년 전 조회 1,811
14년 전 조회 2,707
14년 전 조회 2,534
14년 전 조회 1,666
14년 전 조회 1,797
14년 전 조회 1,588
14년 전 조회 9,447
14년 전 조회 1,913
14년 전 조회 2,718
14년 전 조회 2,380
14년 전 조회 1,792
14년 전 조회 1,568
14년 전 조회 4,786
14년 전 조회 1,596
14년 전 조회 1,760
14년 전 조회 2,815
14년 전 조회 2,318
14년 전 조회 2,351
14년 전 조회 2,043
14년 전 조회 2,021
14년 전 조회 1,743
14년 전 조회 2,235
14년 전 조회 1,917
14년 전 조회 2,768
14년 전 조회 2,110
14년 전 조회 3,802
14년 전 조회 1,648
14년 전 조회 3,302
14년 전 조회 3,660
14년 전 조회 5,363
14년 전 조회 2,020
14년 전 조회 2,226
14년 전 조회 2,426
14년 전 조회 2,211
14년 전 조회 2,270
14년 전 조회 3,922
14년 전 조회 2,331
14년 전 조회 2,067
14년 전 조회 2,201
14년 전 조회 2,188
14년 전 조회 1,901
14년 전 조회 2,750
14년 전 조회 3,017
14년 전 조회 2,452
14년 전 조회 2,019
14년 전 조회 1,943
14년 전 조회 1,807
14년 전 조회 2,666
14년 전 조회 3,683
14년 전 조회 2,390
14년 전 조회 2,672
14년 전 조회 2,176
14년 전 조회 2,215
14년 전 조회 2,400
14년 전 조회 1,950
14년 전 조회 1,896
14년 전 조회 1,953
14년 전 조회 2,272
14년 전 조회 2,299
14년 전 조회 2,087
14년 전 조회 1,834
14년 전 조회 2,104
14년 전 조회 2,073
14년 전 조회 1,998
14년 전 조회 2,134
14년 전 조회 2,008
14년 전 조회 2,293
14년 전 조회 2,069
14년 전 조회 2,207
14년 전 조회 2,724
14년 전 조회 1,677
14년 전 조회 3,908
14년 전 조회 1,604
14년 전 조회 1,897
14년 전 조회 1,630
14년 전 조회 2,046
14년 전 조회 1,976
14년 전 조회 2,239
14년 전 조회 1,736
14년 전 조회 2,770
14년 전 조회 2,475
14년 전 조회 2,040
14년 전 조회 7,751
14년 전 조회 1,651