Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2005, 04:47
Avatar de PatomaS
PatomaS
Colaborador
 
Fecha de Ingreso: marzo-2004
Ubicación: En alguna otra parte
Mensajes: 4.656
Antigüedad: 20 años
Puntos: 63
Hola

No hay problema, puedes aplicar un estilo como este:
Código:
<style type="text/css">
.ImagenFondo100 {
	background-image: url("imagen.gif");
	background-repeat: no-repeat;
	background-color: #ff00ff;
}
</style>
Para mi ejemplo estoy suponiendo que lo quieres aplicar en una tabla:
Código:
<table style="width: 100%">
	<tr>
		<td class="ImagenFondo100">&nbsp;</td>
	</tr>
</table>
Felicidad
__________________
¡ hey, hou, hou, hey !