Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/11/2007, 14:15
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 17 años, 4 meses
Puntos: 126
no puedo dar formato al texto

Hola, hace un año más o menos vi esto en algún sitio este código, lo copié y creo recordar que funcionaba. Pero ahora no logro que funcione.

Código PHP:
<html>
<
head>
<
title></title>
<
style type="text/css">
td subC1
{
    
background-color#FFFF00;
}

td subC2
{
    
background-color#00FFFF;
}
</
style>
</
head>
<
body>
<
table>
<
tr>
<
td><subC1>Color 1</subC1></td>
<
td><subC2>Color 2</subC2></td>
</
tr>
</
table>
</
body>
</
html
¿Recuerdo mal y esto nunca funcionó?

Gracias
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />