외부로그인스킨 제작관련 문의 > 그누4 질문답변

그누4 질문답변

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

외부로그인스킨 제작관련 문의 정보

외부로그인스킨 제작관련 문의

본문


로그아웃 스킨을 만들때마다 항상
이렇게 틈이 생겨버립니다.



슬라이스를 넘 잘게 쪼게서 그러는걸까요?
(사실 잘게라고 할것도 없는데 말이죠 ;;;)
아오.. 전체 분위기상 미니멀하게 나가야 하는데 ㅠㅠ ;;;

닉네임부분과 쪽지, 로그아웃쪽에 관련 소스를 삽입하면
이상없던것이, 꼭 관리자버튼쪽 소스를 삽입해놓으면
테이블이 헝클어집니다~

그럼.. 답변좀 부탁드릴께요~

  • 복사

댓글 전체

투시내공으로 열심히 소스를 보려했으나 찬바람에 잠을 깨서 그런지
내공의력이 다해 소스를 볼수가 없습니다. -,.-

위 그림만 보고는 답을 얻기 쉽지 않겠는데요?
outlogin 소스 첨부해주세요
ㅋ ^^; 죄송합니다 ㅎㅎ



<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>

<!-- 로그인 후 외부로그인 시작 -->


<table width="221" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="46" height="1" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="4" height="1" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="49" height="1" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="15" height="1" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="35" height="1" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="15" height="1" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="8" height="1" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/spacer.gif" width="49" height="1" alt="" /></td>
</tr>
<tr>
<td colspan="8">
<img src="<?=$outlogin_skin_path?>/img/logout_01.gif" width="221" height="42" alt="" /></td>
</tr>
<tr>
<td>
<img src="<?=$outlogin_skin_path?>/img/logout_02.gif" width="46" height="18" alt="" /></td>
<td colspan="3" width="68" height="18">
<span class='member'> <strong><?=$nick?></strong></span></td>
<td colspan="3">
<? if ($is_admin == "super" || $is_auth) { ?><a href="<?=$g4['admin_path']?>/"><img src="<?=$outlogin_skin_path?>/img/logout_04.gif" width="58" height="18" alt="" /></a><? } ?></td>
<td rowspan="2">
<a href="<?=$g4['bbs_path']?>/logout.php"><img src="<?=$outlogin_skin_path?>/img/logout_05.gif" width="49" height="33" alt="" /></a></td>
</tr>
<tr>
<td colspan="2">
<a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php"><img src="<?=$outlogin_skin_path?>/img/logout_06.gif" width="50" height="15" alt="" /></td>
<td>
<a href="javascript:member_leave();"><img src="<?=$outlogin_skin_path?>/img/logout_07.gif" width="49" height="15" alt="" /></td>
<td colspan="2">
<img src="<?=$outlogin_skin_path?>/img/logout_08.gif" width="50" height="15" alt="" /></td>
<td width="15" height="15">
<?=$memo_not_read?></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/logout_10.gif" width="8" height="15" alt="" /></td>
</tr>
<tr>
<td colspan="7">
<img src="<?=$outlogin_skin_path?>/img/logout_11.gif" width="172" height="17" alt="" /></td>
<td>
<img src="<?=$outlogin_skin_path?>/img/logout_12.gif" width="49" height="17" alt="" /></td>
</tr>
</table>

<script language="JavaScript">
// 탈퇴의 경우 아래 코드를 연동하시면 됩니다.
function member_leave()
{
    if (confirm("정말 회원에서 탈퇴 하시겠습니까?"))
            location.href = "<?=$g4['bbs_path']?>/member_confirm.php?url=member_leave.php";
}
</script>
<!-- 로그인 후 외부로그인 끝 -->
드림위버로 보니
colspan이 맞지 않은곳도 있고
위에 테이블이 아래는안보이고요  tr,td

테이블이 너무 엉켜있습니다.
드림위버나 나모로 보면서 해야 할 듯합니다.
새로 만드세요. 5분이면 될텐데...
© SIRSOFT
현재 페이지 제일 처음으로