Perdona que te haya hecho perder el tiempo, es que soy tonto porque se me había olvidado cambiarle el nombre al archivo plantilla1.htm a index.htm
Pero ahora me a surgido otro problema y es k cuando subo la pagina la tabla se queda toda pegada a la izquierda y no se respetan ni los fondos de las celdas ni el ancho te pongo mis paginas index y estilo.css
/* Esto es mi hoja de estilo */
BODY { background: url(objetos/fondo.jpg) }
A:link { font-weight: bold ; color: blue ; text-decoration: none; }
A:visited { font-weight: bold ; color: blue ; text-decoration: none; }
A:hover { font-weight: bold ; color: red ; }
A:active { font-weight: bold ; color: green ; }
P { font-family: Arial, Helvetica, sans-serif ; font-size: 17px ;
text-align: center ; text-indent: 0px ; margin: 7px 8px 7px 8px ; }
table.aversiva {width: 99% ;}
td.a1{ background-color: orange ; width: 150px ; text-align: center ;}
td.a2{ background-color: orange ; text-align: center ;}
td.b1{ background-color: red ; width: 150px ; font-weight: bold ; text-align: center ;}
td.b2{ background-color: red ; font-weight: bold ; text-align: center ; color: #000080 ;}
td.b3{ background-color: red ; width: 50px ; text-align: center ;}
td.c1{ background-color: #9ED7D7 ; width: 150px ; font-weight: bold ; text-align: center ;}
td.c2{ background-color: #F6DA98 ; text-align: justify ;}
td.d1{ background-color: #0EBEBA ; width: 50px ; text-align: center ;}
td.d2{ background-color: #0EBEBA ; font-weight: bold ; text-align: center ;}
td.d3{ background-color: #0EBEBA ; width: 50px ; text-align: center ;}
td.e1{ background-color: white ; width: 150px ; font-weight: bold ; text-align: center ;}
td.e2{ background-color: white ; font-weight: bold ; text-align: center ;}
td.e3{ background-color: white ; width: 150px ; font-weight: bold ; text-align: center ;}
/* Fin de mi hoja de estilo */
<html>
<head>
<title>Bienvenido a Tus Series DivX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<link href="estilo.css" media="screen" rel="StyleSheet" type="text/css">
</head>
<body>
<table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="a1">Logotipo</td>
<td class="a2">Banner</td>
</tr>
</table>
<table class="aversiva" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="b1">Título</td>
<td class="b2">Ruta</td>
<td class="b3">
[contenido no disponible] [contenido no disponible]</td>
</tr>
</table>
<table class="aversiva" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="c1">
<UL>
<LI>Formación</LI>
<LI>Historia del Grupo</LI>
<LI>Conciertos</LI>
<LI>Discos Editados</LI>
<LI>En Directo</LI>
<LI>En Estudio</LI>
<LI>Próximos Proyectos</LI>
<LI>Contacto</LI>
<LI>Libro de Visitas</LI>
</td>
<td class="c2">
En esta página encontrarás las series de televisión que más te gustaron y que te gustaría volver a ver, además de un montón de películas. De momento estamos construyendo la página pero en los próximos días la terminaremos, como mucho a mediados de la próxima semana, despúes encontrareís de todo, Aída, Los Hombres de Paco, Dragón Ball, Oliver y Benji.</p>
[correo eliminado]</p>
CreaTuWeb</td>
</td>
</tr>
</table>
<table class="aversiva" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="d1">Contador</td>
<td class="d2">Opciones</td>
<td class="d3">
[contenido no disponible] [contenido no disponible]</td>
</tr>
</table>
<table class="aversiva" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="e1">
Actualizada el Lunes, 4-sep-06</p>
</td>
<td class="e2">Hueco</td>
<td class="e3">Creada por [correo eliminado]</td>
</tr>
</table>
</body>
</html>