Hola estoy siguiendo el curso para crear tu propia web y tengo un problema en el capitulo 4 el apartado Comentarios sale una foto de como se supone que tiene que quedar la pagina que voy haciendo ( http://www.comocreartuweb.com/curso-paso-a-paso/leccion-iv-comentar… )
Pero para nada se parece a la mia, incluso e copiado el codigo que hay mas abajo y nada.....
Actualmente lo tengo asi:
PLANTILLA1.HTM
<html>
<head>
<title>Titulo de tu pagina : PONER SECCION</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<link href="estilo2.css" media="screen" rel="StyleSheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="a1">Logotipo</td>
<td class="a2">Banner</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="b1">titulo</td>
<td class="b2">ruta</td>
<td class="b3">flechas</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="c1">menu</td>
<td class="c2">contenido</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="d1">contador</td>
<td class="d2">opciones</td>
<td class="d3">flechas</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="e1">fecha</td>
<td class="e2">hueco</td>
<td class="e3">firma</td>
</tr>
</table>
</body>
</html>
ESTILO2.CSS
table.ancho99 {width:99% ;}
td.a1{ background-color: white ; width: 50px ; }
td.a2{ background-color: white ; }
td.b1{ background-color: RED ; width: 50px ; }
td.b2{ background-color: #F6DA98 ; }
td.b3{ background-color: #F6DA98 ; width: 50px ; }
td.c1{ background-color: RED ; width: 50px ; }
td.c2{ background-color: #F6DA98 ; }
td.d1{ background-color: RED ; width: 50px ; }
td.d2{ background-color: #F6DA98 ; }
td.d3{ background-color: #F6DA98 ; width: 50px ; }
td.e1{ background-color: white ; width: 50px ; }
td.e2{ background-color: white ; }
td.e3{ background-color: white ; width: 50px ; }
Espero que me podais ayudar, gracias
y aqi podeis ver como me queda a mi http://perso.gratisweb.com/Colocacioncosmos/plantilla1.htm
Pero para nada se parece a la mia, incluso e copiado el codigo que hay mas abajo y nada.....
Actualmente lo tengo asi:
PLANTILLA1.HTM
<html>
<head>
<title>Titulo de tu pagina : PONER SECCION</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<link href="estilo2.css" media="screen" rel="StyleSheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="a1">Logotipo</td>
<td class="a2">Banner</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="b1">titulo</td>
<td class="b2">ruta</td>
<td class="b3">flechas</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="c1">menu</td>
<td class="c2">contenido</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="d1">contador</td>
<td class="d2">opciones</td>
<td class="d3">flechas</td>
</tr>
</table>
<table width="99%" border="0px" cellspacing="0px" cellpadding="0px">
<tr>
<td class="e1">fecha</td>
<td class="e2">hueco</td>
<td class="e3">firma</td>
</tr>
</table>
</body>
</html>
ESTILO2.CSS
table.ancho99 {width:99% ;}
td.a1{ background-color: white ; width: 50px ; }
td.a2{ background-color: white ; }
td.b1{ background-color: RED ; width: 50px ; }
td.b2{ background-color: #F6DA98 ; }
td.b3{ background-color: #F6DA98 ; width: 50px ; }
td.c1{ background-color: RED ; width: 50px ; }
td.c2{ background-color: #F6DA98 ; }
td.d1{ background-color: RED ; width: 50px ; }
td.d2{ background-color: #F6DA98 ; }
td.d3{ background-color: #F6DA98 ; width: 50px ; }
td.e1{ background-color: white ; width: 50px ; }
td.e2{ background-color: white ; }
td.e3{ background-color: white ; width: 50px ; }
Espero que me podais ayudar, gracias
y aqi podeis ver como me queda a mi http://perso.gratisweb.com/Colocacioncosmos/plantilla1.htm