xsl-list
[Top] [All Lists]

RE: border in image

2002-12-18 08:00:40
por que no pones directamente / why not use just this?
<img src="../img/messenger.gif" width="22" height="22" hspace="3" vspace="3"
align="right"  border="2"/>

saludos
Aniceto López

-----Mensaje original-----
De: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]En nombre de 
Dionisio Ruiz
de Zarate
Enviado el: miércoles, 18 de diciembre de 2002 15:36
Para: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>