 |
 |
 |
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/
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |