최신글 구분선...dotted
latest.skin.php 내용입니다
<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=98% border="0" cellpadding="3" cellspacing="0">
<tr>
<td height=25><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#ff9efe;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#ffffff;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i]['icon_new'];
echo " " . $list[$i]['icon_file'];
echo " " . $list[$i]['icon_link'];
echo " " . $list[$i]['icon_hot'];
echo " " . $list[$i]['icon_secret'];
?></td></tr>
<tr><td style="border-bottom:1px; border-bottom-color:#999; border-bottom-style:dotted;"></td></tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
어제 집에선 분명 잘 되었다고 확인했는데
사무실와서 보니 적용이 안되네요 ㅠㅠ 머가 문제일까요 휴
<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=98% border="0" cellpadding="3" cellspacing="0">
<tr>
<td height=25><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#ff9efe;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#ffffff;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
echo " " . $list[$i]['icon_new'];
echo " " . $list[$i]['icon_file'];
echo " " . $list[$i]['icon_link'];
echo " " . $list[$i]['icon_hot'];
echo " " . $list[$i]['icon_secret'];
?></td></tr>
<tr><td style="border-bottom:1px; border-bottom-color:#999; border-bottom-style:dotted;"></td></tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
어제 집에선 분명 잘 되었다고 확인했는데
사무실와서 보니 적용이 안되네요 ㅠㅠ 머가 문제일까요 휴
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 7개
크롬에서는 정상적으로 점선으로 표시 됩니다.
집에서 확인하신 브라우져와 사무실에서 확인하신 브라우져가 동일한지 확인부탁드립니다.
넣어봤는데 노출 제목이 다 사라지고 댓글갯수만 표기되네요 ㅠㅠ
아 이것도 뒤에 "을 제가 안붙였네요....허허 참 민망하네
는 삭제 하시구요
<td height=25><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
이부분을
<td height=25 style="border-bottom:1px dotted #999 ;"><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
이렇게 변경해 보세요..
<td height=25 style="border-bottom:1px dotted #999;>
<td height=25 style="border-bottom:1px dotted #999;">