Hi folks,
This is my first post, I would like to say that I find this forum very very useful.
I am staring a new project for Turkish organic fertilizer company and I have problem with characters.
I have changed mt keyboard to Turkish and replace the correct letters but page is still appearing with ? marks and other weird characters.
My FireFox and other browsers view settings UTF-8 and as you can see in below code page is UTF-8 too. I am using Dreamweaver.
I would appreciate any suggestions.
Thanks a million in advance.
<!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=utf-8" />
<title>..::B5A Organic Sivi Gubre Izmir Bolge Bayii ::.. Irtibat</title>
<style type="text/css">
<!--
body {
margin-top: 100px;
}
#container {
margin-right: auto;
margin-left: auto;
width: 560px;
text-align: center;
height: 225px;
background-image: url(images/bg.png);
font-size: 18px;
background-repeat: no-repeat;
background-position: center top;
padding-top: 50px;
color: #333;
}
#container p a {
text-decoration: none;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #666;
}
#container a:hover {
text-decoration: none;
color: #333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #333;
}
.flash {
font-family: Arial, Helvetica, sans-serif;
color: #066;
text-decoration: blink;
}
#container p a:visited {
text-decoration: none;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #666;
}
-->
</style>
</head>
<body>
<div id="container"">
<p class="flash">Sitemiz şuan yapım aşamasındadır.</p>
<p>B5A organik sıvı gübre hakkında daha detaylı bilgi almak ve siparis vermek icin
lütfen irtibata geciniz...</p>
<p>Abbas Güngördü: 0538 648 90 80</p>
<p> <a href="mailto:bilgi@ortarb5aizmir.com">bilgi@ortarb5aizmir.com</a><br />
</p>
</div>
</body>
</html>