센터정렬
이미지 출력결과가 센터정렬이 안됩니다.
각 td마다 align=center 값을 넣어줬는데도...
뭘 놓쳤을까요..
if ( ($i>0) && (($i%$list_mod)==0) )
{
echo "</tr>\n\n";
echo "<tr><td colspan='$list_mod' background='$g4[shop_img_path]/line_h.gif' height=1></td></tr>\n\n";
echo "<tr>\n";
}
echo "
<td width=100% align=center valign=top>
<br>
<table width=98% cellpadding=2 cellspacing=0>
<tr><td align=center>".get_it_image($row[it_id]."_s", $img_width , $img_height, $row[it_id], "border:1px solid #f00;")."</td></tr>
<tr><td align=center>".it_name_icon($row)."</td></tr>";
//if ($row[it_cust_amount] && !$row[it_gallery])
// echo "<tr><td align=center><strike>".display_amount($row[it_cust_amount])."</strike></td></tr>";
echo "<tr><td align=center>";
if (!$row[it_gallery])
echo "<span class=amount>".display_amount(get_amount($row), $row[it_tel_inq])."</span>";
echo "</td></tr></table></td>";
}
각 td마다 align=center 값을 넣어줬는데도...
뭘 놓쳤을까요..
if ( ($i>0) && (($i%$list_mod)==0) )
{
echo "</tr>\n\n";
echo "<tr><td colspan='$list_mod' background='$g4[shop_img_path]/line_h.gif' height=1></td></tr>\n\n";
echo "<tr>\n";
}
echo "
<td width=100% align=center valign=top>
<br>
<table width=98% cellpadding=2 cellspacing=0>
<tr><td align=center>".get_it_image($row[it_id]."_s", $img_width , $img_height, $row[it_id], "border:1px solid #f00;")."</td></tr>
<tr><td align=center>".it_name_icon($row)."</td></tr>";
//if ($row[it_cust_amount] && !$row[it_gallery])
// echo "<tr><td align=center><strike>".display_amount($row[it_cust_amount])."</strike></td></tr>";
echo "<tr><td align=center>";
if (!$row[it_gallery])
echo "<span class=amount>".display_amount(get_amount($row), $row[it_tel_inq])."</span>";
echo "</td></tr></table></td>";
}
댓글 1개
onlymilk74
13년 전
html 소스를 몰라서 정확히는 알수 없지만 혹 css 때문일수 있으니
align=center 보다 style='text-align:center;' 해보시는 것이 좋을듯합니다
align=center 보다 style='text-align:center;' 해보시는 것이 좋을듯합니다
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기