최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.? 정보
최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.?본문
최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.?
아시는분 알려주시면 감사하겠습니다..
latest.skin.php 입니다..
style type="text/css">
<!--
a,area { blr:expression(this.onFocus="this.blur())" }
:focus { -moz-outline-style: none; }
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
-->
</style>
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$gr = get_group($gr_id);
?>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" board="0" >
<table bgcolor="#FFFFFF" align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr height="5"><td colspan="2" border="0" ></td></tr>
<? for ($i=0; $i<count($list); $i++) {?>
<tr>
<td height="21">
<table width=100% cellpadding=0 cellspacing=0 border="0" bordercolor="#FFFFFF">
<tr>
<?
for ($i=0; $i<count($list); $i++) {
$list[$i]['content']=eregi_replace(" "," ",$list[$i]['content']);
if($list[$i][file][0][file]) {
$file = "<img src='".$list[$i][file][0][path] .'/'. $list[$i][file][0][file]."' align=absmiddle width=\"125\" height=\"87\">";
} else {
$file="";
}
?>
<td align=center>
<table width="100" border="0" cellpadding="0" bordercolor="#FFFFFF">
<tr>
<td width="100" height="40" bordercolor="#FFFFFF" border="0"><a href="<?=$list[$i]['href']?>">
<?=$file?>
</a></td>
</tr>
</table> </td>
<?if($i!=count($list)-1) { ?>
<? } ?>
<? } ?>
</tr>
<? if (count($list) == 0) { ?><? } ?>
</table>
</td>
<!--게시물 추출 글자 설정 끝-->
<td width="1" bgcolor="#FFFFFF"></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><? } ?>
<tr height="5"><td width="1" bgcolor="#FFFFFF"></td><td colspan="2"></td><td width="1" bgcolor="#FFFFFF"></td></tr>
<tr height="1">
<td bgcolor="#FFFFFF" colspan="4"></td>
</tr>
</table>
아시는분 알려주시면 감사하겠습니다..
latest.skin.php 입니다..
style type="text/css">
<!--
a,area { blr:expression(this.onFocus="this.blur())" }
:focus { -moz-outline-style: none; }
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
-->
</style>
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$gr = get_group($gr_id);
?>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" board="0" >
<table bgcolor="#FFFFFF" align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr height="5"><td colspan="2" border="0" ></td></tr>
<? for ($i=0; $i<count($list); $i++) {?>
<tr>
<td height="21">
<table width=100% cellpadding=0 cellspacing=0 border="0" bordercolor="#FFFFFF">
<tr>
<?
for ($i=0; $i<count($list); $i++) {
$list[$i]['content']=eregi_replace(" "," ",$list[$i]['content']);
if($list[$i][file][0][file]) {
$file = "<img src='".$list[$i][file][0][path] .'/'. $list[$i][file][0][file]."' align=absmiddle width=\"125\" height=\"87\">";
} else {
$file="";
}
?>
<td align=center>
<table width="100" border="0" cellpadding="0" bordercolor="#FFFFFF">
<tr>
<td width="100" height="40" bordercolor="#FFFFFF" border="0"><a href="<?=$list[$i]['href']?>">
<?=$file?>
</a></td>
</tr>
</table> </td>
<?if($i!=count($list)-1) { ?>
<? } ?>
<? } ?>
</tr>
<? if (count($list) == 0) { ?><? } ?>
</table>
</td>
<!--게시물 추출 글자 설정 끝-->
<td width="1" bgcolor="#FFFFFF"></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><? } ?>
<tr height="5"><td width="1" bgcolor="#FFFFFF"></td><td colspan="2"></td><td width="1" bgcolor="#FFFFFF"></td></tr>
<tr height="1">
<td bgcolor="#FFFFFF" colspan="4"></td>
</tr>
</table>
댓글 전체
<img src='이미지 위치' style='border:none'>
이미지에 테두리없애기