Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/11/2005, 17:01
Avatar de iconogt
iconogt
 
Fecha de Ingreso: septiembre-2004
Ubicación: Guatemala
Mensajes: 576
Antigüedad: 19 años, 8 meses
Puntos: 4
Fondos

Pon la imagen como fondo:

Código:
.fondo {
background-image: url(imagen.gif);
background-position: ???;
background-repeat: ???;
}
Posibles valores:
position=top, right, bottom, left, center
repeat: repeat-y, repeat-x, no-repeat


con eso basta, ya solo queda agregar la clase y listo:
ejem:
<td class="fondo">texto</td>

Yo digo que con eso basta y sobra

Si tienes más dudas grita!
Slds,
__________________
_______
Jorge Rojas.