Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/04/2013, 23:18
lbp
 
Fecha de Ingreso: abril-2013
Ubicación: CATALUNYA
Mensajes: 17
Antigüedad: 11 años
Puntos: 1
Errores con acentos

Buenos días a todos.
Después de leer por todos lados, no encuentro la solución a mi problema.
He descargado una plantilla la cual he modificado sin problemas para hacer mi web.
En cuanto he querido poner acentos y "ñ" ha empezado el problema, tanto en local como en el server ya que no se pueden ver.
Lo estoy haciendo con Expression Web 4.0 y la cabezera es la siguiente:

<!DOCTYPE html>
<html lang="es">
<head>
<title> Mi pagina web </title>
<meta content="es" http-equiv="Content-Language">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="screen">
<script type="text/javascript" src="js/jquery-1.6.min.js"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/cufon-replace.js" type="text/javascript"></script>
<script src="js/Open_Sans_400.font.js" type="text/javascript"></script>
<script src="js/Open_Sans_Light_300.font.js" type="text/javascript"></script>
<script src="js/Open_Sans_Semibold_600.font.js" type="text/javascript"></script>
<script type="text/javascript" src="js/tms-0.3.js"></script>
<script type="text/javascript" src="js/tms_presets.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script src="js/FF-cash.js" type="text/javascript"></script>
<style type="text/css">
.auto-style1 {
width: 100%;
overflow: hidden;
margin-left: 0;
margin-top: 0;
padding-right: 0;
padding-top: 0;
}
.auto-style2 {
overflow: hidden;
margin-top: 0;
}
.auto-style3 {
width: 100%;
overflow: hidden;
margin-top: 4;
}
.auto-style4 {
width: 100%;
overflow: hidden;
margin-top: 0px;
}
.auto-style5 {
font-size: large;
}
</style>
<!--[if lt IE 7]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/images/upgrade.jpg" border="0" alt="" /></a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" src="js/html5.js"></script>
<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen">
<![endif]-->

a ver si alguien me hacer ver la luz por favor, estoy estancado con esto desde hacer días.

Saludos