Page 749 - 3-2
P. 749

2) login.php






























            // 로그인 화면을 구성하는 코드
            //css 를 이용한 배경설정
            // 표안에 아이디 패스워드를 치는 창을통해 로그인,
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
            <html xmlns="http://www.w3.org/1999/xhtml">
            <head>
            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
            <title>Untitled Document</title>
            <style>
                #body1{
                    background-image: url(Blossom-Tree-1920x1200-wallpapershd.org.jpg);
                    background-repeat: no-repeat;
                    background-size: cover;
                }


            </style>
            </head>
            <body id='body1'>


            <table width="300" border="0" align="center" cellpadding="0" cellspacing="1"
            bgcolor="#CCCCCC">
            <tr>
            <form name="" method="post">
            <td>
            <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
            <tr>


                                                         - 749 -
   744   745   746   747   748   749   750   751   752   753   754