Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/04/2007, 03:10
currante007
 
Fecha de Ingreso: abril-2007
Mensajes: 119
Antigüedad: 17 años
Puntos: 1
Re: las líneas horizontales no ocupan la pantalla

Gracias, pero esque no te he explicado bien el problema...

He puesto una tabla, que es mas grande que la página, con lo que hay un barra de desplazamiento...pero las líneas horizontales se quedan cortas, ya que la tabala es muy grande...te dejo el código



body {
background-color: #000000;
}
-->
</style></head>

<body><hr color= "blue"><h1>Fotos de la droguería </h1>
<hr color= "blue">
<h2>Fotos por fuera</h2><br />
<table width="200" border="1" align=center cellpadding="3" cellspacing="3" bordercolor="#000099">
<tr bordercolor="#000099">
<th scope="row"><div align="center"><img src="images/fotos tienda/fotos drogueria/por fuera/entera/drogueria entera.JPG" width="448" height="336" /></div></th>
<td><div align="center"><img src="images/fotos tienda/fotos drogueria/por fuera/alloza/alloza.JPG" width="448" height="336" /></div></td>
<td><div align="center"><img src="images/fotos tienda/fotos drogueria/por fuera/alloza/drogueria alloza 1.JPG" width="448" height="336" /></div></td>
</tr>
<tr>
<th scope="row"><img src="images/fotos tienda/fotos drogueria/por fuera/alloza/drogueria alloza 3.JPG" width="448" height="336" /></th>
<td><img src="images/fotos tienda/fotos drogueria/por fuera/colon/colon.JPG" width="448" height="336" /></td>
<td><img src="images/fotos tienda/fotos drogueria/por fuera/colon/drogueria colon 2.JPG" width="448" height="336" /></td>
</tr>
<tr>
<th scope="row"><img src="images/fotos tienda/fotos drogueria/por fuera/colon/drogueria colon 4.JPG" width="448" height="336" /></th>
<td><img src="images/fotos tienda/fotos drogueria/por fuera/escaparates y puerta/escaparate colon1.JPG" width="388" height="335" /></td>
<td><img src="images/fotos tienda/fotos drogueria/por fuera/escaparates y puerta/escaparate alloza.JPG" width="448" height="336" /></td>
</tr>
<tr>
<th scope="row"><img src="images/fotos tienda/fotos drogueria/por fuera/escaparates y puerta/escaparate colon 2.JPG" width="336" height="448" /></th>
<td><div align="center"><img src="images/fotos tienda/fotos drogueria/por fuera/escaparates y puerta/puerta.JPG" width="336" height="448" /></div></td>
<td><div align="center"><img src="images/fotos tienda/fotos drogueria/por fuera/escaparate farmacia.jpg" width="448" height="336" /></div></td>
</tr>
<tr>
<th scope="row"><div align="center"><img src="images/fotos tienda/fotos drogueria/por fuera/cerca zapato de tac&oacute;n.jpg" width="448" height="336" /></div></th>
<td><div align="center"><img src="images/fotos tienda/fotos drogueria/por fuera/monigote farmacia.jpg" width="254" height="338" /></div></td>
<td><img src="images/fotos tienda/fotos productos/colonias.JPG" width="448" height="336" /></td>
</tr>
</table><br><br>
<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>