[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] border in image


Subject: RE: [xsl] border in image
From: "Stuardo, Jaime (LanInfo)" <JStuardo@xxxxxxxxxxx>
Date: Wed, 18 Dec 2002 11:43:52 -0400

Why don't you put simply:

<img src="images/cursos/{imagen}" hspace="3" vspace="3" align="right"
boder="2">  ??

Jaime
	----------
	De:  Dionisio Ruiz de Zarate [SMTP:dionisio@xxxxxxxxxxxxx]
	Enviado el:  Miércoles, 18 de Diciembre de 2002 10:36
	Para:  XSL-List@xxxxxxxxxxxxxxxxxxxxxx
	Asunto:  [xsl] border in image

	i am trying to put to one image one border , with the 2 value with
this:
	<xsl:element name="img">
	<xsl:attribute name="src">/images/cursos/<xsl:value-of
	select="imagen"/></xsl:attribute>
	<xsl:attribute name="hspace">3</xsl:attribute>
	<xsl:attribute name="vspace">3</xsl:attribute>
	<xsl:attribute name="align">right</xsl:attribute>
	<xsl:attribute name="border">2</xsl:attribute>
	</xsl:element>

	but it doesn't put the border.

	Can anybody help me to know how can i put the border?
	Thanks



	 XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread