Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/04/2007, 14:49
currante007
 
Fecha de Ingreso: abril-2007
Mensajes: 119
Antigüedad: 17 años, 1 mes
Puntos: 1
No se centra bien la tabla

Las tablas llenas de fotos de mi página se centra bien, lo que no se centra es el título y las líneas horizontales, a pesar de que lo tengo bien definido en las hojas CSS...
¿alguna sugerencia?

CÓDIGO

<body><hr color= blue><h1>Fotos de la Droguería Catalana</h1><br /><hr color= blue/><br><h2>Fotos del Belén</h2><br><br>
<table width="200" border="1" align="center" cellpadding="3" cellspacing="3" bordercolor="#000099">
<tr>
<th scope="row"><div align="center"><img src="images/Fotos Bel&eacute;n/Bel&eacute;n 1.jpg" width="300" height="448" /></div></th>
<td><div align="center"><img src="images/Fotos Bel&eacute;n/Bel&eacute;n 2.JPG" width="448" height="298" /></div></td>
<td><div align="center"><img src="images/Fotos Bel&eacute;n/Bel&eacute;n 3.JPG" width="448" height="297" /></div></td>
</tr>
<tr>
<th scope="row"><div align="center"><img src="images/Fotos Bel&eacute;n/Bel&eacute;n 4.jpg" width="299" height="448" /></div></th>
<td><div align="center"><img src="images/Fotos Bel&eacute;n/Bel&eacute;n 5.jpg" width="310" height="448" /></div></td>
<td><div align="center"><img src="images/Fotos Bel&eacute;n/Bel&eacute;n 6.JPG" width="448" height="301" /></div></td>
</tr>
</table>
<p class= inicio>
<a href= index.html>
<hr color=blue />
<p align=center>INICIO</a> <a href="fotos.html">ANTERIOR</a></p><hr color=blue>

</body>
</html>

CÓDIGO

Última edición por currante007; 06/04/2007 a las 15:03