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

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

질문답변

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

ㅠ 죄송 하지만 질문점여

페이지 정보

본문

 
에서
 
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건 34 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
815 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12748 0 02-05
814 리젤쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6688 0 02-03
813 yourppf쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14 0 01-31
812 nper쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 22 0 01-29
811 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 10161 0 01-28
810 힘쓰쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12818 0 01-28
809 후니쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8595 0 01-26
808 포인트쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9321 0 01-25
807 무애쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 32 0 01-22
806 포인트쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9279 0 01-21
805 곰순이푸쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 29 0 01-20
804 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 7222 0 01-19
803 JWPARK쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10692 0 01-18
802 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11693 0 01-16
801 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9550 0 01-16
800 정쓰쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8077 0 01-14
799 火命堂쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 7698 0 01-13
798 시시로운쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9514 0 01-11
797 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7861 0 01-11
796 메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15394 1 01-08
795 jude쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8250 0 01-07
794 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7643 0 01-06
793 WEBPD쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 89 0 01-06
792 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 7486 0 01-05
791 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 32 0 01-05

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
6,772
어제
8,371
최대
8,371
전체
1,632,328
Copyright (c) 株式会社YHPLUS. All rights reserved.