1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<head> <meta http-equiv="content-type" content="application/xhtml+xml; charset=euc-kr" /> <meta http-equiv="Content-Language" content="ko-KR" /> <title>¿Â¶óÀμö¹ßÁÖÀÇ ÃÖ°ÀÚ</title> <link rel="stylesheet" type="text/css" href="../onlinecs/css/style.css">
<!-- **************************************************************************** --> <!-- *************** ½ºÅ©¸³Æ® ¿À·ù¹æÁö (¿À·ù³ªµµ Ç¥½Ã ÇÏÁö ¾Ê±â)***************** --> <!-- **************************************************************************** --> <script language="JavaScript"> <!-- function blockError(){return true;} window.onerror = blockError; //--> </script>
<!-- **************************************************************************** --> <!-- *************** ½ºÅ©·Ñ¹Ù ½ºÅ¸ÀÏ ÁöÁ¤ *************************************** --> <!-- **************************************************************************** --> <STYLE>#scrollBox { CLEAR: both; WIDTH: 100%; TEXT-ALIGN: left } .scroll_img_box { MARGIN-TOP: 10px; MARGIN-RIGHT: 10px; FLOAT: left; WIDTH: 115px; HEIGHT: 140px } </STYLE>
</head>
|