|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to put space between two characters?
Hi All, I've this small piece of code and I'm trying to put some space between two images as they're too close to each other. <xsl:for-each select="//GrantNet[generate-id(.)=generate-id(key('data',NameOfForm))]"> <xsl:sort select="NameOfForm" order="ascending"/><br/> <B><strong><font color="#000080"><big><big> <a name="{generate-id(NameOfForm)}"> <xsl:value-of select="NameOfForm"/> </a> </big></big></font></strong></B> <xsl:for-each select="key('data',NameOfForm)"> <a href="{From_ORSP_Server}"><img alt="NewPDF.gif" border="0" height="25" src="NewPDF.gif" width="25"/></a> <xsl:text> </xsl:text> <a href="{From_Granting_Agency}"><img alt="NewPDF.gif" border="0" height="25" src="NewPDF.gif" width="25"/></a><br/> <br/><big>Description:</big> <xsl:value-of select="Description"/><br/><br/> </xsl:for-each> </xsl:for-each> I'm trying to put some space between my two pdf images as they're too close to each other.I tried applying <xsl:text> </xsl:text> but that doesn't show any change.I'm sure there is some simple way to put the space between words. I'll appreciate any help.Thanks a lot in advance. Regards, Puja __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






