![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/04/2002, 13:51
|
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>&nbsp;Pu ntos&nbsp;</B></FONT><BR>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" BGCOLOR="#98CCFF" HEIGHT="14">
<FONT FACE="Verdana" SIZE="1" COLOR="#000000"><B>&nbsp;Mi chael Schumacher&nbsp;</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< ;/B></FONT><BR>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" BGCOLOR="#98CCFF" HEIGHT="14" width="104"> <FONT FACE="Verdana" SIZE="1" COLOR="#000000">&nbsp;<B>Mi chael
Schumacher</B>&nbsp;</FONT><BR>
</TD>
<TD ALIGN="CENTER" BGCOLOR="#98CCFF" HEIGHT="14" width="43"> <FONT FACE="Verdana" SIZE="1" COLOR="#000000">&nbsp;<B>56 </B>&nbsp;</FONT><BR>
</TD>
</TR>
</table>
Espero te funcione asi ;) |