최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.? 정보
최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.?본문
최근게시물 갤러리 이미지 추출시 이미지에 링크 테두리가 생기는데 없애는방법은.?
아시는분 알려주시면 감사하겠습니다..
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>
Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, null given in /home/kagla/new-sir/old/lib/common.lib.php:2339 Stack trace: #0 /home/kagla/new-sir/old/lib/common.lib.php(2339): mysqli_fetch_assoc() #1 /home/kagla/new-sir/old/skin/board/v16/view.skin.php(795): sql_fetch_array() #2 /home/kagla/new-sir/old/bbs/view.php(403): include_once('...') #3 /home/kagla/new-sir/old/bbs/board.php(300): include_once('...') #4 {main} thrown in /home/kagla/new-sir/old/lib/common.lib.php on line 2339