j

한글이 안써져요

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>Free CSS Navigation Menu Designs 2 at exploding-boy.com</title>
<style type="text/css">
<!--
body {
margin:0;
padding:0;
font: bold 11px/1.5em Verdana;
}

h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}

img {
border: none;
}

/*- Menu Tabs 8--------------------------- */

#tabs8 {
float:left;
width:100%;
background:#FCF1F6;
font-size:93%;
line-height:normal;
border-bottom:1px solid #E276A7;
}
#tabs8 ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs8 li {
display:inline;
margin:0;
padding:0;
}
#tabs8 a {
float:left;
background:url("tableft8.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs8 a span {
float:left;
display:block;
background:url("tabright8.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
/* End IE5-Mac hack */
#tabs8 a:hover span {
color:#591333;
}
#tabs8 a:hover {
background-position:0% -42px;
}
#tabs8 a:hover span {
background-position:100% -42px;
}

#tabs8 #current a {
background-position:0% -42px;
}
#tabs8 #current a span {
background-position:100% -42px;
}
-->
</style>
</head>

<body>
<h2>Tab Menu 8</h2>
<div id="tabs8">
<ul>
<!-- CSS Tabs -->
<li><a href="home.html"><span>처음으로</span></a></li>
<li><a href="products.html"><span>Products</span></a></li>
<li id="current"><a href="services.html"><span>Services</span></a></li>
<li><a href="support.html"><span>Support</span></a></li>
<li><a href="order.html"><span>Order</span></a></li>
<li><a href="about.html"><span>About</span></a></li>

</ul>
</div>
</body>
</html>

첨부파일

test.html (2.5 KB) 4회 2008-12-24 17:33
|

댓글 3개

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

이줄에 iso-8859-1 을 utf-8 로 바꿔보세요.
utf-8 로 바꾸니 다른 형태로 깨지네요..
혹시나 해서 euc-kr로 했더니 나오네요..
감사합니다...
근데 무슨차이인지...ㅡ.,ㅡa
euc-kr 이었군요;;;
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
17년 전 조회 686
17년 전 조회 769
17년 전 조회 795
17년 전 조회 697
17년 전 조회 827
17년 전 조회 941
17년 전 조회 883
17년 전 조회 1,227
17년 전 조회 761
17년 전 조회 798
17년 전 조회 757
17년 전 조회 862
17년 전 조회 1,954
17년 전 조회 1,863
17년 전 조회 779
17년 전 조회 733
17년 전 조회 733
17년 전 조회 983
17년 전 조회 1,016
17년 전 조회 1,682