schleewoon
12-10-2010, 09:47 PM
Hi all,
i have problem to enable Unicode chars. This is mz html-css set up:
html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<title>Rafting Centar Drina Tara | ponuda</title>
<!-- ////////////////////////////////// -->
<!-- // Start Stylesheets // -->
<!-- ////////////////////////////////// -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
....
css:
@charset "utf-8";
/* CSS Document */
html,body{height:100%}
body{
font-family:Tahoma, Arial, verdana; font-size:11px;
margin:0 auto; padding:0;
background-color:#fff;
color:#979797;
height:100%;
}
...
and when i try:
<p> ajdeć</p>
its not working :(
when i making mistake and not allowing Unicode??
THANKS
i can provide all source files..
i have problem to enable Unicode chars. This is mz html-css set up:
html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<title>Rafting Centar Drina Tara | ponuda</title>
<!-- ////////////////////////////////// -->
<!-- // Start Stylesheets // -->
<!-- ////////////////////////////////// -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
....
css:
@charset "utf-8";
/* CSS Document */
html,body{height:100%}
body{
font-family:Tahoma, Arial, verdana; font-size:11px;
margin:0 auto; padding:0;
background-color:#fff;
color:#979797;
height:100%;
}
...
and when i try:
<p> ajdeć</p>
its not working :(
when i making mistake and not allowing Unicode??
THANKS
i can provide all source files..