영카트 클래스(class) 넣는 위치좀 방법좀 부탁드려요~~ 채택완료
AntonyPang
8년 전
조회 3,404
영카트 img 라인에 class를 넣는 방법좀 부탁드릴게요..!
아직 초보라...
이곳저곳에 넣어봐도 계속 에러가 생기네요..
get_it_image 쪽에 넣으면 될꺼같은데 어렵네요 ㅠㅠ
넣는 함수좀 부탁드려요
</p><p>echo "<div class="GDME\">\n";</p><p> if ($this->href) {</p><p> echo "<a href=\"{$this->href}{$row['it_id']}\">\n";</p><p> }</p><p> </p><p> <span style="color: rgb(255, 0, 0);"> if ($this->view_it_img) {</span></p><p><span style="color: rgb(255, 0, 0);"> echo get_it_image($row['it_id'], $this->img_width, $this->img_height, '', '', stripslashes($row['it_name']))."\n";</span></p><p> }</p><p> </p><p> if ($this->href) {</p><p> echo "</a>\n";</p><p> }</p><p> </p><p> if ($this->view_it_icon) {</p><p> echo "<div class=\"sct_icon\">".item_icon($row)."</div>\n";</p><p> }</p><p> </p><p> if ($this->view_it_id) {</p><p> echo "<div class=\"sct_id\"><".stripslashes($row['it_id'])."></div>\n";</p><p> }</p><p> </p><p> if ($this->href) {</p><p> echo "<div class=\"sct_txt\"><a href=\"{$this->href}{$row['it_id']}\" class=\"sct_a\">\n";</p><p> </p><p>
댓글을 작성하려면 로그인이 필요합니다.