Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/04/2003, 20:13
Ogre
 
Fecha de Ingreso: marzo-2003
Ubicación: Santiago, Chile
Mensajes: 17
Antigüedad: 21 años, 1 mes
Puntos: 0
Texto con fotos

A lo mejor ya es muy simple lo que voy a preguntar. pero bue...
Estoy haciendo una pagina con texto y fotos, deseo alinear las fotos en distintas partes. Probando descubri que una forma de hacerlo es poner diferentes tablas dentro de la pagina, pero los bordes se notan y se ve como una lienea en blanco, lo hice con este codigo:



<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
</head>
<body bgcolor="white">
<table border="0" align="center" width="100%">
<tr>
<td width="20%">imagen</td>
<td width="80%">texto</td>
</tr>
</table>
<table border="0" align="center" width="100%">
<tr>
<td width="80%">texto</td>
<td width="20%">imagen</td>
</tr>
</table>
<table border="0" align="center" width="100%">
<tr>
<td width="20%">imagen</td>
<td width="80%">texto</td>
</tr>
</table>

</body>
</html>


Me gustaria saber si hay otra forma de alinear las imagenes centro/izquierda/derecha , o solo esta. Y si es posible eliminar los bordes entre tablas, para que no paresca una linea en blanco,
muchas gracias.

__________________
mefisto nom diegme!!