스킨.문제

스킨.문제

QA

스킨.문제

본문

3bf9518a40adcd609b6e6637ea04c72b_1468394468_2335.JPG
이게왜이러는지모르겠네여 글클릭하면 이미지잘나오는데. 위에서는 화살표만모양있고 이미지모양이안나오네여.. 어떻게된건지..잘모르겠네여

이 질문에 댓글 쓰기 :

답변 2

이렇게만 봐서는 파악이 힘듭니다. 소스가 있어야 확인이 댈거같네여 

<div>
<ul class="pgwSlideshow">

        <?php for ($i=0; $i<count($list); $i++) {
            $thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);
$image = get_editor_image($list[$i]['wr_content'],true);
preg_match_all("<img [^<>]*>", $image[0][0], $output);
eregi("[:space:]*(src)[:space:]*=[:space:]*([^ >;]+)",$image[0][0],$regs);
$regs[2] = str_replace(Array("'",'"'),"",$regs[2]);
$buff[] = $regs[2];

if($image[0][0]==""){
$sql = " select bf_file from g5_board_file where bo_table = '".$bo_table."' and wr_id = '".$list[$i]["wr_id"]."' order by bf_no ";
$result = sql_query($sql);
$img_url = mysql_result($result,0,0);
}

if($img_url){
$thumb[0]['path'] = G5_DATA_URL.'/file/'.$bo_table;
$thumb[0]['file'] = $img_url;
$big_img_url = $thumb[0]['path']."/".$thumb[0]['file'];
}else{
$thumb[0]['file'] = $buff[$i];
$big_img_url = $thumb[0]['file'];
}

?> <li>

<img src="<?=$big_img_url?>"/>

           

</li>
<?
echo $img_url="";
}?>
</ul>

</div>
</div>

크롬에서 F12 개발자도그 -> console  -> 빨간색으로 뜨는 스크립트 오류를 확인해보세요 ~

답변을 작성하시기 전에 로그인 해주세요.
전체 59,612
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT