오늘본상품보기에 밑줄이 안들어가요. 정보
오늘본상품보기에 밑줄이 안들어가요.
본문
if ($now_board == $tv_tbl)
{
$row = sql_fetch(" select * from $g4[board_file_table] where bo_table = '$now_board' and wr_id = '$now_wr_id' ");
$it_name = get_text(addslashes($row['bf_file']));
$thumb = $g4[path]."/data/file/".$now_board."/thumbs/".$it_name;
$size = getimagesize($thumb);
$tw = $size[0] /2;
$th = $size[1]/2;
$img = "<a href='".$g4[bbs_path]."/board.php?bo_table=".$now_board."&wr_id=".$now_wr_id."'><img src='$thumb' width='100' height='80' style='padding-bottom:5px; border:none;'/></a>";
echo "goods_link[$i] = \"{$img}<br/>\";\n";//<span class=small>".cut_str($it_name,10,"")."</span>
}
위 소스는 오늘본상품보기의 일부분 입니다.(플록님 공개)
$img = "<a href='".$g4[bbs_path]."/board.php?bo_table=".$now_board."&wr_id=".$now_wr_id."'><img src='$thumb' width='100' height='80' style='padding-bottom:5px; border:none;'/></a>";
이부분만 보시면 되시는데요. 그림들이 따닥이 붙어서..
그림밑에 1px짜리 밑줄을 하나 넣으려는데, 이상하게 적용이 안되네요.
높이1px그림을 넣으면 옆에 붙어버리고, <br>로 하면, 너무 크고, style='padding-bottom:5px; 도 적용이 안되요.
한번 살펴봐주세요.~~~
{
$row = sql_fetch(" select * from $g4[board_file_table] where bo_table = '$now_board' and wr_id = '$now_wr_id' ");
$it_name = get_text(addslashes($row['bf_file']));
$thumb = $g4[path]."/data/file/".$now_board."/thumbs/".$it_name;
$size = getimagesize($thumb);
$tw = $size[0] /2;
$th = $size[1]/2;
$img = "<a href='".$g4[bbs_path]."/board.php?bo_table=".$now_board."&wr_id=".$now_wr_id."'><img src='$thumb' width='100' height='80' style='padding-bottom:5px; border:none;'/></a>";
echo "goods_link[$i] = \"{$img}<br/>\";\n";//<span class=small>".cut_str($it_name,10,"")."</span>
}
위 소스는 오늘본상품보기의 일부분 입니다.(플록님 공개)
$img = "<a href='".$g4[bbs_path]."/board.php?bo_table=".$now_board."&wr_id=".$now_wr_id."'><img src='$thumb' width='100' height='80' style='padding-bottom:5px; border:none;'/></a>";
이부분만 보시면 되시는데요. 그림들이 따닥이 붙어서..
그림밑에 1px짜리 밑줄을 하나 넣으려는데, 이상하게 적용이 안되네요.
높이1px그림을 넣으면 옆에 붙어버리고, <br>로 하면, 너무 크고, style='padding-bottom:5px; 도 적용이 안되요.
한번 살펴봐주세요.~~~
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '248324' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php