최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.? > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.? 정보

최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.?

본문

최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.?
아시는분 알려주시면 감사하겠습니다..


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("&nbsp;"," ",$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>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로