xsl-list
[Top] [All Lists]

RE: border in image

2002-12-18 08:43:52
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(_at_)tinieblas(_dot_)com]
        Enviado el:  Miércoles, 18 de Diciembre de 2002 10: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>