He retomado la página, que estaba en internet, barbatealquiler.comocreartuweb.es. Pero no sé lo que he podido tocar, lo cierto es que cuando estoy trabajando con HTML Kit y le doy a visualizar el index no tiene en cuenta las hojas de estilo, no sé por qué; si le echaráis un vistazo os lo agradecería. Os dejo el index y la hoja de estilo. Gracias de antemano
index:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<meta name="google-site-verification" content="43LtEY9EOMQd80R_lRO9Tcg4N0w4TyXkVMvUsGDuWaA" />
<title>ALQUILER BARBATE</title>
<link rel="stylesheet" href="reset.css" media="all" />
<link rel="stylesheet" href="estilo.css" media="all" />
<!--[if IE]>
<link rel="STYLESHEET" type="text/css" href="estilo-ie.css" />
<!-->
..................
Estilo
{ text-ident:0px; margin:0px ; padding:0px ; border:0px}
p{text-align:justify}
h1 {font-size: 1.2em; color:blue ; font-weight: bold ; text-decoration: underline ;
text-align: center;margin: 10px 5px 5px 10px}
h2 {font.size: 1.1em; color:blue ; font-weight: bold ; text-decoration: none ;
text-align: center}
body {text-align: center;background-color:#CCEEFF;
background-image: url(objetos/espumademar.gif);
background-repeat: no-repeat ;
background-position: center}
#global {width:800px ; margin: 4px auto }
#curva-superior {background-image:url(objetos/curva-superior.gif);
background-repeat:no-repeat;
width:800px;
height: 12px;
overflow:hidden;}
#cabecera {background-color: white; border-lef:black 1px solid;
border-right:black 1px solid;heihgt: 195 px;}
#logotipo { width:275px; float:left;border:1px solid;margin: 1px 1px 1px 1px;padding:0px 0px 0px 0px}}
#publicidad { width:513px; float:right;font-size: 16px;border:1px solid;margin: 1px 1px 1px 1px;padding:0px 0px 0px 0px}}
#navegacion {background-color:#40E0D0; border: black 1px solid; height: 20px;}
#navegacion li {float:left;list-style:none;,margin:0px 2px 0px 2px}
#navegacion ul { margin-left: 60px }
........
index:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<meta name="google-site-verification" content="43LtEY9EOMQd80R_lRO9Tcg4N0w4TyXkVMvUsGDuWaA" />
<title>ALQUILER BARBATE</title>
<link rel="stylesheet" href="reset.css" media="all" />
<link rel="stylesheet" href="estilo.css" media="all" />
<!--[if IE]>
<link rel="STYLESHEET" type="text/css" href="estilo-ie.css" />
<!-->
..................
Estilo
{ text-ident:0px; margin:0px ; padding:0px ; border:0px}
p{text-align:justify}
h1 {font-size: 1.2em; color:blue ; font-weight: bold ; text-decoration: underline ;
text-align: center;margin: 10px 5px 5px 10px}
h2 {font.size: 1.1em; color:blue ; font-weight: bold ; text-decoration: none ;
text-align: center}
body {text-align: center;background-color:#CCEEFF;
background-image: url(objetos/espumademar.gif);
background-repeat: no-repeat ;
background-position: center}
#global {width:800px ; margin: 4px auto }
#curva-superior {background-image:url(objetos/curva-superior.gif);
background-repeat:no-repeat;
width:800px;
height: 12px;
overflow:hidden;}
#cabecera {background-color: white; border-lef:black 1px solid;
border-right:black 1px solid;heihgt: 195 px;}
#logotipo { width:275px; float:left;border:1px solid;margin: 1px 1px 1px 1px;padding:0px 0px 0px 0px}}
#publicidad { width:513px; float:right;font-size: 16px;border:1px solid;margin: 1px 1px 1px 1px;padding:0px 0px 0px 0px}}
#navegacion {background-color:#40E0D0; border: black 1px solid; height: 20px;}
#navegacion li {float:left;list-style:none;,margin:0px 2px 0px 2px}
#navegacion ul { margin-left: 60px }
........