설치후 처음 열리는 기본 화면을 바꾸는 방법??? > 그누3질답

그누3질답

설치후 처음 열리는 기본 화면을 바꾸는 방법??? 정보

그누보드 설치후 처음 열리는 기본 화면을 바꾸는 방법???

본문

그누보드는 원프레임을 권장해 드립니다..
아이프래임으로 하다보면 고수가 아니라면 엄청 힘들꺼에요..
일단은
head -- 상단과좌측 <--요걸 나모로 전체적인걸 짜서 해당부분만 그대로 복사해서 붙이시구요
main -- 본문 <--- 해당부분만 그대로 복사해서 붙이시구요
tail -- 우측과 하단 >-- 해당부분만 그대로 복사해서 붙이시구요..

그러니까 전체적인 레이아웃을 나모로 만드시구요
부분부분을 잘라서 head,main,tail 이렇게 적용시키면 되거든요^^
항상 하시던 방식을 이번기회에 바꿔보세요 공부한다는 마음으로..
팁란을 탐독 하세요...
  • 복사

댓글 전체

우측 / 하단
</td>
        <td width="118" height="246">
            <p>우측</p>
        </td>
    </tr>
    <tr>
        <td width="690" height="48" colspan="3">
            <p>하단</p>
        </td>
    </tr>
</table>
<p>&nbsp;</p>
</body>

</html>
상단과좌측
<table align="center" border="1" width="700">
    <tr>
        <td width="690" height="95" colspan="3">
            <p>이미지</p>
        </td>
    </tr>
    <tr>
        <td width="690" height="32" colspan="3">
            <p>메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴</p>
        </td>
    </tr>
    <tr>
        <td width="157" height="246">
            <p>부메뉴</p>
        </td>
        <td width="403" height="246">
전체 레이아웃
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>&nbsp;</p>
<table align="center" border="1" width="700">
    <tr>
        <td width="690" height="95" colspan="3">
            <p>이미지</p>
        </td>
    </tr>
    <tr>
        <td width="690" height="32" colspan="3">
            <p>메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴 메뉴</p>
        </td>
    </tr>
    <tr>
        <td width="157" height="246">
            <p>부메뉴</p>
        </td>
        <td width="403" height="246">
            <p>본문</p>
        </td>
        <td width="118" height="246">
            <p>우측</p>
        </td>
    </tr>
    <tr>
        <td width="690" height="48" colspan="3">
            <p>하단</p>
        </td>
    </tr>
</table>
<p>&nbsp;</p>
</body>

</html>
© SIRSOFT
현재 페이지 제일 처음으로