버전 5.4.2.3 수정

This commit is contained in:
thisgun
2020-03-13 11:15:34 +09:00
7 changed files with 10 additions and 7 deletions

View File

@ -30,7 +30,7 @@ $sql .= " order by bo_order ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
$lt_style = "";
if ($i%2==1) $lt_style = "margin-left:2%";
if ($i%3 !== 0) $lt_style = "margin-left:2%";
else $lt_style = "";
?>
<div style="float:left;<?php echo $lt_style ?>" class="lt_wr">