Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/06/2004, 12:00
Jayapata12
 
Fecha de Ingreso: mayo-2004
Ubicación: SurOeste de Guayaquil
Mensajes: 241
Antigüedad: 20 años
Puntos: 0
barras estadistica en tabla


hola otra vez
nesecito una ayuda en el momento que estoy haciendo una barra estadistica en html pero cada tabla que pertenece a cada barra no estan aliniada desde abajo les envio el codigo de lo que estoy haciendo haber si pueden darme una ayudita lo que quiero que las barras salgan aliniado desde abajo no de arriba

urgente
garcias .....



<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>

<table width="30%" height="58%" align="center" background="gra/Examples/tiger_bkg.jpg">

<tr>


<td height=58%>
<table height=78% border=0 align=center bgcolor=#0000FF>
<tr>
<td><font color=#FFFFFF>78%</font></td>
</tr>
</table>
</td>

<td height=58%>
<table height=45% border=0 align=center bgcolor=#0000FF>
<tr>
<td><font color=#FFFFFF>45%</font></td>
</tr>
</table>
</td>

<td height=58%>
<table height=70% border=0 align=center bgcolor=#0000FF>
<tr>
<td><font color=#FFFFFF>70%</font></td>
</tr>
</table>
</td>


</tr>
</table>

</body>
</html>

__________________
javier