Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/04/2004, 18:51
rbczgz
 
Fecha de Ingreso: noviembre-2003
Ubicación: Zaragoza, España
Mensajes: 1.257
Antigüedad: 20 años, 5 meses
Puntos: 154
Pregunta ¿Se puede hacer esto con CSS?

Hola de nuevo amig@s!!

Mi pregunta es si se puede hacer esto con CSS:

<tr>
<td width="100%" bgcolor="#FFFFCC" colspan="7" height="20">&nbsp;</td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFCC" colspan="7" height="20">&nbsp;</td>
</tr>
<tr>
<td width="100%" bgcolor="#5050C9" colspan="7" height="20">Texto que sí se puede manejar con CSS</td>
</tr>
<tr>
<td width="2%" bgcolor="#5050C9" height="20">&nbsp;</td>
<td width="3%" colspan="2" height="20">&nbsp;</td>
<td width="90%" height="20">&nbsp;</td>
<td width="3%" colspan="2" height="20">&nbsp;</td>
<td width="2%" bgcolor="#5050C9" height="20">&nbsp;</td>
</tr>
<tr>
<td width="2%" bgcolor="#5050C9" height="59">&nbsp;</td>
<td width="3%" colspan="2" height="59">&nbsp;</td>
<td width="90%" align="center" height="59">
<img border="0" src="imagen.gif" width="545" height="59"></td>
<td width="3%" colspan="2" height="59"></td>
<td width="2%" bgcolor="#5050C9" height="59">&nbsp;</td>
</tr>


Más que nada es el tema de colspan, width y height. El resto creo que lo tengo controlado.

Muuuuchas gracias como siempre por vuestra inestimable ayuda.