[xsl] How to put space between two characters?

Subject: [xsl] How to put space between two characters?
From: puja thakral <puja_thakral@xxxxxxxxx>
Date: Fri, 2 Apr 2004 07:45:13 -0800 (PST)
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/

Current Thread