Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/12/2002, 09:06
el chute
 
Fecha de Ingreso: noviembre-2002
Mensajes: 96
Antigüedad: 22 años
Puntos: 0
imagen de fondo con css

Que tal! necesitaria saber si puedo agregar imagen de fondo a un xml mediante css

---------------------------- xml ------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<?xml-STYLESHEET href="documento.css" type="text/css"?>
<ejemplo>
<p><titulo> ejemplo </titulo></p><br/>
<p><texto> aqui texto </texto></p>
</ejemplo>
-------------------------- fin xml -----------------------------------

--------------------------css------------------------------------
titulo
{display:block;
FONT-WEIGHT: bolder; FONT-SIZE: 14pt; COLOR: #FF0000; FONT-FAMILY: Comic sans MS; TEXT-ALIGN: center}

}
texto {display:block;
FONT-WEIGHT: bolder; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Comic sans MS; TEXT-ALIGN: justify}
------------------------ fin css --------------------------------------
gracias!
__________________
el chute