Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/04/2002, 13:51
anagr2001
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Mexico
Mensajes: 56
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: no entiendo este código ¿?

El codigo para la primera tabla es igual:
<TABLE ALIGN="CENTER" BORDER="1" BORDERCOLOR="#000000" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD ALIGN="CENTER" BGCOLOR="#CACD00" HEIGHT="14">
<FONT FACE="Verdana" SIZE="1" COLOR="#000000"><B>Piloto</B></FONT><BR>
</TD>
<TD ALIGN="CENTER" BGCOLOR="#CACD00" HEIGHT="14">
<FONT FACE="Verdana" SIZE="1" COLOR="#000000"><B> Pu ntos </B></FONT><BR>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" BGCOLOR="#98CCFF" HEIGHT="14">
<FONT FACE="Verdana" SIZE="1" COLOR="#000000"><B> Mi chael Schumacher </B></FONT><BR>
</TD>
<TD ALIGN="CENTER" BGCOLOR="#98CCFF" HEIGHT="14">
<FONT FACE="Verdana" SIZE="1" COLOR="#000000"><B>14</B></FONT><BR>
</TD>
</TR>
</table>

Y para la segunda:
<TABLE ALIGN="CENTER" BORDER="1" BORDERCOLOR="#000000" CELLPADDING="0" CELLSPACING="0" width="153">
<TR>
<TD ALIGN="CENTER" BGCOLOR="#CACD00" HEIGHT="14" COLSPAN="2">
<FONT FACE="Verdana" SIZE="1" COLOR="#000000"><B>Victorias&lt ;/B></FONT><BR>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" BGCOLOR="#98CCFF" HEIGHT="14" width="104"> <FONT FACE="Verdana" SIZE="1" COLOR="#000000"> <B>Mi chael
Schumacher</B> </FONT><BR>
</TD>
<TD ALIGN="CENTER" BGCOLOR="#98CCFF" HEIGHT="14" width="43"> <FONT FACE="Verdana" SIZE="1" COLOR="#000000"> <B>56 </B> </FONT><BR>
</TD>
</TR>
</table>

Espero te funcione asi ;)