ㅠ 죄송 하지만 질문점여 > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

서버정보나 계정정보는 보안유지를 위해 관리자쪽지나 메일로 발송해 주시거나 제작의뢰 게시판을 이용해 주시면 감사하겠습니다..

ㅠ 죄송 하지만 질문점여

페이지 정보

본문

 
에서
 
gb4/include/mainmenu/mainmenu.php
 
에다가 적용 결과
 
첨부 이미지처럼 이상하게 출력 되던데 왜 그런가여??
(아이콘 엑박 말구 테이블 길이 이며, 적용 모습이 이상 합니다.)
 
 
 
 
 
소스 내용
 
<table width='<?=$table_width?>' cellpadding='0' cellspacing='0' border='0'>
<tr><td width="19"></td>
<td>
<table width='100%' cellpadding='0' cellspacing='3' border='0' bgcolor=#F9F9F9>
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor=#FFFFFF>
<tr>
<?
$cells = 0;
switch(true)
{
case $member[mb_level] <= 2 : // 정회원 2 미만일때
$except="'banner','html'"; // 제외 그룹
break;
case $member[mb_level] <= 3 : // 정회원일때
$except="'banner','html'"; // 제외 그룹
break;
default:
$except="''";
}
$sql = " SELECT a.gr_id, a.gr_subject, a.gr_use_access, b.mb_id FROM $g4[group_table] AS a LEFT JOIN $g4[group_member_table] AS b ON a.gr_id = b.gr_id WHERE  (b.mb_id = '$member[mb_id]' AND a.gr_use_access = '1' ) OR a.gr_use_access = '0'  ORDER BY a.gr_1";
$sql = " select * from $g4[group_table] where gr_id not in ('html', 'banner', 'guest') order by gr_1";
//$sql = " select  gr_id, gr_subject from $g4[group_table] where gr_id not in ($except) order by gr_subject desc ";
$rst1 = sql_query($sql);
while ($row=sql_fetch_array($rst1)) {
if($cells%6==0)
echo "</tr><tr>";
echo "<td valign='top' align='center'>";
echo "<table width='155' height='100%' cellpadding='0' cellspacing='0' border='0' bgcolor=#FFFFFF>";
echo "<tr><td width='155' height='30' align='center' bgcolor='#000066'><strong><font color=#ffffff>$row[gr_subject]</font></strong></td></tr>"; // 그룹명 출력
$sql2 = " select * from $g4[board_table] where gr_id = '$row[gr_id]' order by bo_order_search ";
$rst2 = sql_query($sql2);
$cells++;
while ($row2=sql_fetch_array($rst2)) {
$new_time = date("Y-m-d H:i:s", time()-3600*$row2[bo_new]);
$sql3 = " select count(*) as cnt from $g4[write_prefix]$row2[bo_table] where wr_datetime >= '$new_time' ";
$row3 = sql_fetch($sql3);
if ($row3[cnt] > 0)
$new = "&nbsp;<img src='$g4[path]/include/topmainmenu/img/icon_new.gif'>"; // new 아이콘
else
$new = ""; //new 아이콘 없음
echo "<tr><td style='padding-left:18px; height:26px;' bgcolor='#F9F9F9'><img src='$g4[path]/include/topmainmenu/img/top_icon.gif'><a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]'>$row2[bo_subject]</a>&nbsp;$new <br /></td>";
echo "<tr><td height='1' bgcolor='#FFFFFF'></td></tr>";
}
echo "</table>";
echo "</td>";
}
?>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="49"></td></td>
</tr>
</table>
추천0

댓글목록

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

이전 버전에 사용된 메뉴로서 테이블의
width='155' height='30'
이게 좀 달라서 그렇습니다..
사이즈 마춰주시고..

head.php
에 메뉴적용된 백칼라를 변형해 주시면 됩니다~!

Total 1,640건 53 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
340 밤24쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6453 0 02-06
339 메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6445 0 08-03
338 hongx2쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6445 0 06-05
337 nm클럽쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6442 0 02-23
336 재다이얼쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6433 0 11-24
335 진진쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6426 0 12-22
334 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6412 0 10-29
333 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6398 0 11-20
332 메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6377 0 07-18
331 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6359 0 10-17
330 hongx2쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6359 0 08-06
329 타조쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6355 1 03-30
328 질풍조자룡쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6350 0 01-11
327 엘루마쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6350 1 02-07
326 부업타운쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6345 2 06-19
325 부업타운쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6345 0 06-20
324 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6343 0 01-27
323 부업타운쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6335 1 06-19
322 Chaos쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6324 0 01-11
321 우리집1쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6315 0 02-19
320 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6294 0 12-15
319 okpcas쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6265 0 02-21
318 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6254 0 11-11
317 백작쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6249 0 02-22
316 오타짱쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6244 0 03-22

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
3,247
어제
7,853
최대
8,371
전체
1,636,656
Copyright (c) 株式会社YHPLUS. All rights reserved.